Nullable<T>.LessThan Operator
Adapts the < operator so it returns true when the first parameter is smaller than the second.
Syntax
Unit: Bcl.Types.Nullable
class operator Nullable<T>.LessThan(Left: ; Right: ): Boolean; overload;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Left | |||
| Right |