Method IsSupersetOf
| Improve this Doc View SourceIsSupersetOf(IModels, IModels)
Determines whether the current set is a superset of a specified collection.
Declaration
public static bool IsSupersetOf(this IModels source, IModels other)
Parameters
Type | Name | Description |
---|---|---|
IModels | source | The current set. |
IModels | other | The collection to compare to the current set. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current set is a superset of the specified collection; otherwise, false. |