Property :: operator!= - Are property handles different?
The function returns true , when property handles refer to the different access handles (cursor), and false otherwise. Property handles created by calling copyCursor () are always referring to different access handles.
Notes:
The function is obsolete. Use !cursorEquals() instead.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false .
Implementation details
bool
Property  :: operator!= ( odaba::Property &cProperty )
- cProperty
- Property reference
A property handle refers to a (usually) opened property. Invalid properties may cause an exception.