コード例 #1
0
ファイル: RdSet.cs プロジェクト: yvvan/rd
 public bool SetEquals(IEnumerable <T> other) => mySet.SetEquals(other);
コード例 #2
0
 public bool SetEquals(IEnumerable <T> other)
 {
     return(myBackingSet.SetEquals(other));
 }