HashSetTKey, TValueIsProperSubsetOf - метод

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

Definition

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

Параметры

other  IEnumerableTValue
The collection to compare to the current set.

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

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

Реализации

ISetTIsProperSubsetOf(IEnumerableT)

Исключения

ArgumentNullExceptionother is .

См. также