Documentation

Comparison

Record comparison class.

Table of Contents

operatorG()  : bool
Greater than operator.
operatorH()  : bool
Greater than or equal to operator.
operatorL()  : bool
Less than operator.
operatorM()  : bool
Less than or equal to operator.

Methods

operatorG()

Greater than operator.

public operatorG() : bool
Return values
bool

operatorH()

Greater than or equal to operator.

public operatorH() : bool
Return values
bool

operatorL()

Less than operator.

public operatorL() : bool
Return values
bool

operatorM()

Less than or equal to operator.

public operatorM() : bool
Return values
bool

        

Search results