DefinitionalObjectGetCollectionHashCode Method |
Name | Description | |
---|---|---|
GetCollectionHashCode(Double) |
Computes a hash code from the items in an array.
The hash code computed is order dependent, that is, another array
with the same items in a different order will have a different hash code.
| |
GetCollectionHashCodeT(T) |
Computes a hash code from the items in an array.
The hash code computed is order dependent, that is, another array
with the same items in a different order will have a different hash code.
| |
GetCollectionHashCodeT(IEnumerableT) |
Computes a hash code from the items in an enumerable collection.
The hash code computed is order dependent, that is, another collection
with the same items in a different order will have a different hash code.
|