Click or drag to resize

DefinitionalObject.GetCollectionHashCode 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 memberGetCollectionHashCode<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.
Public methodStatic memberGetCollectionHashCode<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.
Top
See Also