예제 #1
0
 /// <inheritdoc />
 public bool SetEquals(IEnumerable <T> other)
 {
     return(_set.SetEquals(other));
 }