private bool Equals([NotNull] NullableExpression other) => ExpressionEqualityComparer.Instance.Equals(_operand, other._operand);
private bool Equals([NotNull] NullableExpression other) => Equals(_operand, other._operand);