HashSetTKey, TValueIsSupersetOf - метод

Determines whether the current set is a superset of a specified collection.

Definition

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

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

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

Boolean
if the current set is a superset of other; otherwise, .

Реализации

ISetTIsSupersetOf(IEnumerableT)

Исключения

ArgumentNullExceptionother is .

См. также