private bool Equals(IsNullExpression other) => Equals(_operand, other._operand);
 private bool Equals(IsNullExpression other) => ExpressionEqualityComparer.Instance.Equals(_operand, other._operand);