|    | EquatableListTGetHashCode Method  | 
 
            Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic override int GetHashCode()
Return Value
Type: 
Int32
            A hash code for the current 
Object.
            
Remarks
            For performance, hash code is based on hashcodes of count, first and last member.
            
See Also