EnumerableEqualityComparerTGetHashCode(IEnumerableT) - метод
Returns a hash code for the specified object.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public int GetHashCode(
IEnumerable<T> obj
)
Public Function GetHashCode (
obj As IEnumerable(Of T)
) As Integer
public:
virtual int GetHashCode(
IEnumerable<T>^ obj
) sealed
abstract GetHashCode :
obj : IEnumerable<'T> -> int
override GetHashCode :
obj : IEnumerable<'T> -> int
- obj IEnumerableT
- The Object for which a hash code is to be returned.
Int32A hash code for the specified object.
IEqualityComparerTGetHashCode(T) | ArgumentNullException | The type of obj is a reference type and obj is . |