NpgsqlInterval Less Than Operator
Compares two NpgsqlInterval instances to see if the first is less than the second
[Visual Basic]
returnValue = NpgsqlInterval.op_LessThan(x, y)
Parameters
-
x
- The first NpgsqlInterval to compare.
-
y
- The second NpgsqlInterval to compare.
Return Value
true if the first NpgsqlInterval is less than second, false otherwise.
See Also
NpgsqlInterval Class | NpgsqlTypes Namespace