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