Click or drag to resize
TableColumnMetadataLessThan Operator
Indicates if the the first TableColumnMetadata is less than the second.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static bool operator <(
	TableColumnMetadata x,
	TableColumnMetadata y
)

Parameters

x
Type: SQLitePCL.prettyTableColumnMetadata
A TableColumnMetadata instance.
y
Type: SQLitePCL.prettyTableColumnMetadata
A TableColumnMetadata instance.

Return Value

Type: Boolean
if the the first TableColumnMetadata is less than the second; otherwise, .
See Also