AdEntryComparerGetHashCode(AdEntry) - метод
Returns a hash code for the specified object.
Пространство имён: Tessa.Extensions.Platform.Server.AdSyncСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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)