Show / Hide Table of Contents

Method SetEquals

| Improve this Doc View Source

SetEquals(IColumns, IColumns)

Determines whether the current columns and the specified columns contain the same elements.

Declaration
public static bool SetEquals(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 and the specified columns contain the same elements; otherwise, false.

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