HashSetTKey, TValueIsSubsetOf - метод
Determines whether a set is a subset of a specified collection.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool IsSubsetOf(
IEnumerable<TValue> other
)
Public Function IsSubsetOf (
other As IEnumerable(Of TValue)
) As Boolean
public:
virtual bool IsSubsetOf(
IEnumerable<TValue>^ other
) sealed
abstract IsSubsetOf :
other : IEnumerable<'TValue> -> bool
override IsSubsetOf :
other : IEnumerable<'TValue> -> bool
- other IEnumerableTValue
- The collection to compare to the current set.
Boolean if the current set is a subset of
other; otherwise,
.
ISetTIsSubsetOf(IEnumerableT) ArgumentNullException | other is . |