| 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
)
Public Function GetHashCode (
obj As T
) As Integer
public:
virtual int GetHashCode(
T obj
) sealed
abstract GetHashCode :
obj : 'T -> int
override GetHashCode :
obj : 'T -> int
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