|   | TransformEqualityComparerTGetHashCode(T) Method | 
        
        
            Returns a hash code for the specified object.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic 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);
Parameters
- 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
Exceptions See Also
See Also