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