StringSegmentComparerGetHashCode(Object) Method
When overridden in a derived class, gets the hash code for the specified object.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public int GetHashCode(
Object obj
)
Public Function GetHashCode (
obj As Object
) As Integer
public:
virtual int GetHashCode(
Object^ obj
) sealed
abstract GetHashCode :
obj : Object -> int
override GetHashCode :
obj : Object -> int
- obj Object
- An object.
Int32
A 32-bit signed hash code calculated from the value of the
obj parameter.
IEqualityComparerGetHashCode(Object)