Click or drag to resize

IdentifiedComparatorTGetHashCode Method (T)

Get hash code

Namespace:  SanteDB.Matcher.Matchers
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public int GetHashCode(
	T obj
)

Parameters

obj
Type: T

[Missing <param name="obj"/> documentation for "M:SanteDB.Matcher.Matchers.IdentifiedComparator`1.GetHashCode(`0)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:SanteDB.Matcher.Matchers.IdentifiedComparator`1.GetHashCode(`0)"]

Implements

IEqualityComparerTGetHashCode(T)
See Also