Esempio n. 1
0
 public bool Equals(ISqlExpression other)
 {
     return(other.GetType() == GetType());
 }