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