Beispiel #1
0
 private bool Equals(InExpression other)
 => Operand.Equals(other.Operand) &&
 Values.SequenceEqual(other.Values) &&
 SubQuery.Equals(other.SubQuery);