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