RoleGeneratorValueComparerEquals(RoleGenerator, RoleGenerator) - метод
Сравнивает генераторы метаролей по всем свойствам.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public bool Equals(
RoleGenerator? x,
RoleGenerator? y
)
Public Function Equals (
x As RoleGenerator,
y As RoleGenerator
) As Boolean
public:
virtual bool Equals(
RoleGenerator^ x,
RoleGenerator^ y
) sealed
abstract Equals :
x : RoleGenerator *
y : RoleGenerator -> bool
override Equals :
x : RoleGenerator *
y : RoleGenerator -> bool
- x RoleGenerator
- Первый генератор метаролей.
- y RoleGenerator
- Второй генератор метаролей.
Booleantrue, если генераторы метаролей идентичны;
false в противном случае.
IEqualityComparerTEquals(T, T)