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