Пример #1
0
 protected bool Equals(RequireRole other)
 {
     return(string.Equals(_role, other._role));
 }
Пример #2
0
 protected bool Equals(RequireRole other)
 {
     return string.Equals(_role, other._role);
 }