StringSegmentComparerGetHashCode(Object) Method

When overridden in a derived class, gets the hash code for the specified object.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public int GetHashCode(
	Object obj
)

Parameters

obj  Object
An object.

Return Value

Int32
A 32-bit signed hash code calculated from the value of the obj parameter.

Implements

IEqualityComparerGetHashCode(Object)

See Also