Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(ColumnId, ColumnId)

Determines whether two ColumnId structs are not 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 not equal, otherwise false

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