IReadOnlySet Interface
Represents an interface to an immutable set.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items that are contained in the collection.(Inherited from IReadOnlyCollection.) |
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | (Inherited from IEnumerable.) |
![]() | IsProperSubsetOf(IEnumerable^) | Checks if this set is a subset of another set, but differs from it. |
![]() | IsProperSupersetOf(IEnumerable^) | Checks if this set is a superset of another set, but differs from it. |
![]() | IsSubsetOf(IEnumerable^) | Checks if this set is a subset of another set. |
![]() | IsSupersetOf(IEnumerable^) | Checks if this set is a superset of another set. |
![]() | Overlaps(IEnumerable^) | Checks if this set has any elements in common with another set. |
![]() | SetEquals(IEnumerable^) | Checks if this set contains the same and only the same elements as the other. |
Show:

