ReadOnlySet<T>.SetEquals method

Determines whether the current set and the specified collection contain the same elements.

public bool SetEquals(IEnumerable<T> other)

See Also