Click or drag to resize
ColumnInfo Operators

The ColumnInfo type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Indicates whether the two ColumnInfo instances are equal to each other.
Public operatorStatic memberGreaterThan
Indicates if the the first ColumnInfo is greater than the second.
Public operatorStatic memberGreaterThanOrEqual
Indicates if the the first ColumnInfo is greater than or equal to the second.
Public operatorStatic memberInequality
Indicates whether the two ColumnInfo instances are not equal each other.
Public operatorStatic memberLessThan
Indicates if the the first ColumnInfo is less than the second.
Public operatorStatic memberLessThanOrEqual
Indicates if the the first ColumnInfo is less than or equal to the second.
Top
See Also