TermsFuzzyComparer.GetHashCode(IPrimitive) Method

Returns a hash code for the specified object.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public int GetHashCode(
	IPrimitive obj
)

Parameters

obj  IPrimitive
The Object for which a hash code is to be returned.

Return Value

Int32
A hash code for the specified object.

Implements

IEqualityComparer<T>.GetHashCode(T)

Exceptions

ArgumentNullExceptionThe type of obj is a reference type and obj is null.

See Also