Method GetHashCode
GetHashCode()
Returns the hash code value for this list.
The hash code determination takes into consideration any values in
this collection and values of any nested collections, but does not
take into consideration the data type. Therefore, the hash codes will
be exactly the same for this EquatableList<T> and another
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | the hash code value for this list |