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