PropertyHandle :: operator< - Compare two property instances (less)
The operation compares the two operands and returns true ( YES ) when the first operand is smaller than the second operand and false ( NO ) otherwise.
Return value: Return value ( logical )
The function returns YES when the question was answered positively. Otherwise it returns NO .
Implementation details
logical
PropertyHandle  :: operator< ( PropertyHandle &prop_hdl )
This operator compares the value in the property handle with the value in the passed property handle. Data conversion is performed when required.
- prop_hdl
- Property Handle
Is a reference to an (usually) opened property handle.