NoteItemNameAndGroupComparerGetHashCode(INoteItem) - метод

Returns a hash code for the specified object.

Definition

Пространство имён: Tessa.Notes
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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 .

См. также