ObjectSpace :: operator== - Are object space handles equal?
The function returns true, when both object space handles refer to the same access handle, and false otherwise.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool
ObjectSpace  :: operator== ( odaba::ObjectSpace &cObjectSpace )
- cObjectSpace
- Object space reference
The reference refers to an opened or not opened object space handle.