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