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