RoleGeneratorValueComparerEquals(RoleGenerator, RoleGenerator) - метод
Сравнивает генераторы метаролей по всем свойствам.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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)