DefinitionalObject.GetCollectionHashCode 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.
|
![]() ![]() | GetCollectionHashCode<T>(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.
|
![]() ![]() | GetCollectionHashCode<T>(IEnumerable<T>) |
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.
|