© 2026 Hedgehog Software, LLC
record S(int X, string Y);
S
HashSet
X
Y
X = 5
Y = "42"
return HashSet.Contains(new S(5, "42"));