Show / Hide Table of Contents

Method IsProperSubsetOf

| Improve this Doc View Source

IsProperSubsetOf(IColumns, IColumns)

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

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

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