public bool Equals(ISqlExpression other)
 {
     return(other.GetType() == GetType());
 }