Exemplo n.º 1
0
 public bool Equals(GreaterThanZeroRule other)
 {
     return(!ReferenceEquals(null, other));
 }
 public void BeforeEach()
 {
     theRule = new GreaterThanZeroRule();
     theModel = new SimpleModel();
 }
Exemplo n.º 3
0
 public bool Equals(GreaterThanZeroRule other)
 {
     return Token.Equals(other.Token);
 }
 public bool Equals(GreaterThanZeroRule other)
 {
     return !ReferenceEquals(null, other);
 }
Exemplo n.º 5
0
 public bool Equals(GreaterThanZeroRule other)
 {
     return(Token.Equals(other.Token));
 }