Ejemplo n.º 1
0
 private bool Equals([NotNull] NullableExpression other)
 => ExpressionEqualityComparer.Instance.Equals(_operand, other._operand);
Ejemplo n.º 2
0
 private bool Equals([NotNull] NullableExpression other) => Equals(_operand, other._operand);