Click or drag to resize
ColumnInfoLessThanOrEqual Operator
Indicates if the the first ColumnInfo is less than or equal to 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 <=(
	ColumnInfo x,
	ColumnInfo y
)

Parameters

x
Type: SQLitePCL.prettyColumnInfo
A ColumnInfo instance.
y
Type: SQLitePCL.prettyColumnInfo
A ColumnInfo instance.

Return Value

Type: Boolean
if the the first ColumnInfo is less than or equal to the second; otherwise, .
See Also