|
TransformEqualityComparerTGetHashCode(T) Method
|
Returns a hash code for the specified object.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public int GetHashCode(
T obj
)
Public Function GetHashCode (
obj As T
) As Integer
public:
virtual int GetHashCode(
T obj
) sealed
abstract GetHashCode :
obj : 'T -> int
override GetHashCode :
obj : 'T -> int
function GetHashCode(obj);
View SourceParameters
- obj T
- The Object for which a hash code is to be returned.
Return Value
Int32
A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)Exceptions See Also