protected bool Equals(UnaryOperatorNodeBase other) { return Equals(Operand, other.Operand); }
protected bool Equals(UnaryOperatorNodeBase other) { return(Equals(Operand, other.Operand)); }