Click or drag to resize
TableColumnMetadata Operators

The TableColumnMetadata type exposes the following members.

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