Table of Contents

Nullable<T>.LessThanOrEqual Operator

Adapts the <= operator so it returns true when the first parameter is smaller than or equal to the second.

Syntax

Unit: Bcl.Types.Nullable

class operator Nullable<T>.LessThanOrEqual(Left: ; Right: ): Boolean; overload;

Parameters

<-> Parameter Type Description
Left
Right

See also