/// <inheritdoc />
 public bool SetEquals(IEnumerable <TBase> other) => SetUtilities.SetEquals(this, other);
示例#2
0
 /// <inheritdoc />
 public bool SetEquals(IEnumerable <T> other)
 {
     return(SetUtilities.SetEquals(this, other));
 }