PropertyHandle :: operator> - Compare two property instances (greater)
The operation compares the two operands and returns true ( YES ) when the first operand is greater 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 &cprop_hdl )
This operator compares the value in the property handle with the value in the passed property handle. Data conversion is performed when required.
- cprop_hdl - Property Handle