Example #1
0
File: RdSet.cs Project: yvvan/rd
 public bool SetEquals(IEnumerable <T> other) => mySet.SetEquals(other);
 public bool SetEquals(IEnumerable <T> other)
 {
     return(myBackingSet.SetEquals(other));
 }