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

Determines whether the current set is a proper (strict) subset of a specified collection.

Definition

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

Параметры

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

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

Boolean
true if the current set is a proper subset of other; otherwise, false.

Реализации

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

Исключения

ArgumentNullExceptionother is null.

См. также