NoteItemNameAndGroupComparerGetHashCode(INoteItem) - метод

Returns a hash code for the specified object.

Definition

Пространство имён: Tessa.Notes
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public int GetHashCode(
	INoteItem obj
)

Параметры

obj  INoteItem
The Object for which a hash code is to be returned.

Возвращаемое значение

Int32
A hash code for the specified object.

Реализации

IEqualityComparerTGetHashCode(T)

Исключения

ArgumentNullExceptionThe type of obj is a reference type and obj is .

См. также