PropertyHandle :: operator&& - Logical AND operation
The operator returns true (YES) if both operands are 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

