| 
            
              TransformEqualityComparerTGetHashCode(T) Method
             | 
          
        
        
            Returns a hash code for the specified object.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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);
 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