Click or drag to resize

DefinitionalObjectGetCollectionHashCode Method

Overload List
  NameDescription
Public methodStatic memberGetCollectionHashCode(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.
Public methodStatic memberGetCollectionHashCodeT(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.
Public methodStatic memberGetCollectionHashCodeT(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.
Top
See Also