Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(ColumnId, ColumnId)

Determines whether two ColumnId structs are equal.

Declaration
public static bool operator ==(ColumnId x, ColumnId y)
Parameters
Type Name Description
ColumnId x

The ColumnId struct.

ColumnId y

Another ColumnId struct.

Returns
Type Description
System.Boolean

true if two ColumnId structs are equal, otherwise false

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