Method GetHashCode
GetHashCode()
Returns the hash code of this list.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | The hash code of this list. |
Overrides
Remarks
Only the content of the list (the bytes of the elements) are included in the hash. Any bytes beyond the length are not part of the hash.