Click or drag to resize

MatchCandidateBoundEquals Method (MatchCandidateBound, MatchCandidateBound)

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool Equals(
	MatchCandidateBound x,
	MatchCandidateBound y
)

Parameters

x
Type: Nova.ResolvingMatchCandidateBound
y
Type: Nova.ResolvingMatchCandidateBound

Return Value

Type: Boolean

Implements

IEqualityComparerTEquals(T, T)
See Also