TermsFuzzyComparer.GetHashCode(IPrimitive) Method
Returns a hash code for the specified object.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public int GetHashCode(
IPrimitive obj
)
Public Function GetHashCode (
obj As IPrimitive
) As Integer
public:
virtual int GetHashCode(
IPrimitive^ obj
) sealed
abstract GetHashCode :
obj : IPrimitive -> int
override GetHashCode :
obj : IPrimitive -> int
- obj IPrimitive
- The Object for which a hash code is to be returned.
Int32A hash code for the specified object.
IEqualityComparer<T>.GetHashCode(T)