示例#1
0
 protected bool Equals(EmailFieldRule other)
 {
     return Token.Equals(other.Token);
 }
示例#2
0
 protected bool Equals(EmailFieldRule other)
 {
     return(Token.Equals(other.Token));
 }