PropertyHandle :: operator|| - Logical OR operation
The operator returns true (YES) if one of the operands is true and NO otherwise.
(-> IsTrue())
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 )
- cprop_hdl - Property Handle

