public bool SetEquals(
IEnumerable<T> other
)Public Function SetEquals (
other As IEnumerable(Of T)
) As Booleanpublic:
virtual bool SetEquals(
IEnumerable<T>^ other
) sealedfunction SetEquals(other);| ArgumentNullException | other is null. |
| NotSupportedException | The FileBackedHashSetT is read-only. |