HashSetTKey, TValueSetEquals - метод

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

Definition

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

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

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

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

Реализации

ISetTSetEquals(IEnumerableT)

Исключения

ArgumentNullExceptionother is .

См. также