Documentation

ComparisonField

Record comparison field class.

Table of Contents

operatorGf()  : bool
Greater than field operator.
operatorHf()  : bool
Greater than field or equal operator.
operatorLf()  : bool
Less than field operator.
operatorMf()  : bool
Less than field or equal operator.

Methods

operatorGf()

Greater than field operator.

public operatorGf() : bool
Return values
bool

operatorHf()

Greater than field or equal operator.

public operatorHf() : bool
Return values
bool

operatorLf()

Less than field operator.

public operatorLf() : bool
Return values
bool

operatorMf()

Less than field or equal operator.

public operatorMf() : bool
Return values
bool

        

Search results