コード例 #1
0
 protected bool Equals(RequireRole other)
 {
     return(string.Equals(_role, other._role));
 }
コード例 #2
0
ファイル: RequireRole.cs プロジェクト: kingreatwill/fubumvc
 protected bool Equals(RequireRole other)
 {
     return string.Equals(_role, other._role);
 }