AdEntryComparerGetHashCode(AdEntry) - метод

Returns a hash code for the specified object.

Definition

Пространство имён: Tessa.Extensions.Platform.Server.AdSync
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public int GetHashCode(
	AdEntry obj
)

Параметры

obj  AdEntry
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 .

См. также