예제 #1
0
 private bool Equals(NotExpression other)
 {
     return(_expression.Equals(other._expression));
 }