Example #1
0
 public bool SetEquals(IEnumerable <T> other)
 {
     return(Extensions.SetEquals(this, other));
 }
Example #2
0
 public bool SetEquals(IEnumerable <KeyValuePair <TKey, TValue> > other)
 {
     return(Extensions.SetEquals(this, other));
 }