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