public bool Equals(GreaterThanZeroRule other) { return(!ReferenceEquals(null, other)); }
public void BeforeEach() { theRule = new GreaterThanZeroRule(); theModel = new SimpleModel(); }
public bool Equals(GreaterThanZeroRule other) { return Token.Equals(other.Token); }
public bool Equals(GreaterThanZeroRule other) { return !ReferenceEquals(null, other); }
public bool Equals(GreaterThanZeroRule other) { return(Token.Equals(other.Token)); }