Esempio n. 1
0
 protected bool Equals(RequireRole other)
 {
     return(string.Equals(_role, other._role));
 }
Esempio n. 2
0
 protected bool Equals(RequireRole other)
 {
     return string.Equals(_role, other._role);
 }