TermsReferencesComparer.GetHashCode(Term) 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(
Term obj
)
Public Function GetHashCode (
obj As Term
) As Integer
public:
virtual int GetHashCode(
Term^ obj
) sealed
abstract GetHashCode :
obj : Term -> int
override GetHashCode :
obj : Term -> int
- obj Term
- The Object for which a hash code is to be returned.
Int32A hash code for the specified object.
IEqualityComparer<T>.GetHashCode(T)