HashSet<TKey, TValue>.SetEquals - метод

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

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.7
C#
public bool SetEquals(
	IEnumerable<TValue> other
)

Параметры

other  IEnumerable<TValue>
The collection to compare to the current set.

Возвращаемое значение

Boolean
true if the current set is equal to other; otherwise, false.

Реализации

ISet<T>.SetEquals(IEnumerable<T>)

Исключения

ArgumentNullExceptionother is null.

См. также