Flexberry ORM 8.0.0-beta01
Класс ICSSoft.STORMNET.TypeKeyPairEqualityComparer

Класс для сравнения объектов типа TypeKeyPair. Подробнее...

Граф наследования:ICSSoft.STORMNET.TypeKeyPairEqualityComparer:

Открытые члены

override bool Equals (TypeKeyPair x, TypeKeyPair y)
 Determines whether two objects of type x are equal. Подробнее...
 
override int GetHashCode (TypeKeyPair obj)
 Serves as a hash function for the specified object for hashing algorithms and data structures, such as a hash table. Подробнее...
 

Подробное описание

Класс для сравнения объектов типа TypeKeyPair.

Методы

◆ Equals()

override bool ICSSoft.STORMNET.TypeKeyPairEqualityComparer.Equals ( TypeKeyPair  x,
TypeKeyPair  y 
)
inline

Determines whether two objects of type x are equal.

Возвращает
True if the specified objects are equal; otherwise, false.
Аргументы
xThe first object to compare.
yThe second object to compare.

◆ GetHashCode()

override int ICSSoft.STORMNET.TypeKeyPairEqualityComparer.GetHashCode ( TypeKeyPair  obj)
inline

Serves as a hash function for the specified object for hashing algorithms and data structures, such as a hash table.

Возвращает
A hash code for the specified object.
Аргументы
objThe object for which to get a hash code.