IReadOnlySet.IsSupersetOf(IEnumerable) Method

Definition

Check if this set is a superset of other.

public bool IsSupersetOf (System.Collections.IEnumerable other);
abstract member IsSupersetOf : System.Collections.IEnumerable -> bool
Public Function IsSupersetOf (other As IEnumerable) As Boolean

Parameters

other
IEnumerable

The sequence to check against.

Returns

True if this set is a superset of other; otherwise false.

Applies to