| DynamicEqualityComparerTGetHashCode Method |
Returns a hash code for the specified object
Namespace:
Cauldron
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax public int GetHashCode(
T obj
)
Public Function GetHashCode (
obj As T
) As Integer
public:
virtual int GetHashCode(
T obj
) sealed
Parameters
- obj
- Type: T
The Object for which a hash code is to be returned.
Return Value
Type:
Int32A hash code for the specified object
Implements
IEqualityComparerTGetHashCode(T)See Also