NoteItemNameAndGroupComparerGetHashCode(INoteItem) - метод
Returns a hash code for the specified object.
Пространство имён: Tessa.NotesСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public int GetHashCode(
INoteItem obj
)
Public Function GetHashCode (
obj As INoteItem
) As Integer
public:
virtual int GetHashCode(
INoteItem^ obj
) sealed
abstract GetHashCode :
obj : INoteItem -> int
override GetHashCode :
obj : INoteItem -> int
- obj INoteItem
- 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 . |