Click or drag to resize

MatchCandidateBoundGetHashCode Method (MatchCandidateBound)

Calculate the hash code for the specified object.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int GetHashCode(
	MatchCandidateBound obj
)

Parameters

obj
Type: Nova.ResolvingMatchCandidateBound

Return Value

Type: Int32

Implements

IEqualityComparerTGetHashCode(T)
See Also