company logo

DBObjectHandle :: operator== - Are handles using the same access blocks?

The operator returns whether the handles refer to the same database object instance. Handle are never the same, when at least one of the handles is not opened (i.e. is not associated with a database object instance).

Return value:  Return value ( logical  )

The function returns YES when the question was answered positively. Otherwise it returns NO.

Implementation details

logical DBObjectHandle  :: operator== ( DatabaseHandle &dbhandle_refc )
  • dbhandle_refc - Reference to database handle