TabSheetCoord.isLessThanOrEqualTo

Syntax

isLessThanOrEqualTo(coord: PP.Ui.TabSheetCoord);

Parameters

coord. Coordinates to be compared.

Description

The isLessThanOrEqualTo method determines whether the current coordinates are less than the specified ones or equal to them.

Comments

This method returns True if the current coordinates are smaller than or equal to the specified ones, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheetCoord.equals method.

See also:

TabSheetCoord