Operator Inequality
| Improve this Doc View SourceInequality(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 |