company logo

Property :: operator== - Are property handles equal?

The function returns true, when both property handles refer to the same access handle (cursor), and false otherwise. Property handles created by calling copyCursor() are not equal, although they refer to the same collection.

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.