Table of Contents

Nullable<T>.GreaterThanOrEqual Operator

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

Syntax

Unit: Bcl.Types.Nullable

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

Parameters

<-> Parameter Type Description
Left
Right

See also