Show / Hide Table of Contents

Method IsProperSupersetOf

| Improve this Doc View Source

IsProperSupersetOf(IColumns, IColumns)

Determines whether the current columns is a proper (strict) superset of the specified columns.

Declaration
public static bool IsProperSupersetOf(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 proper superset of the specified collection; otherwise, false.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest