public bool SetEquals(IEnumerable <T> other) => mySet.SetEquals(other);
public bool SetEquals(IEnumerable <T> other) { return(myBackingSet.SetEquals(other)); }