示例#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);
 }