company logo

PropertyHandle :: CompareType - Check properties for comparability

The function checks the comparability for the data of two property handles. Usually property handles are considered as comparable when they have the same type. When requesting data conversion (passing YES for convert) the function checks, whether the types are comparable after conversion.

Return value:  Success ( logical  )

Implementation details

logical PropertyHandle  :: CompareType ( PropertyHandle &prop_hdl, logical convert )
  • prop_hdl - Property Handle

    Is a reference to an (usually) opened property handle.

  • convert - Data conversion required