API Reference > Classes > OdDAIObjectId Class > OdDAIObjectId Operators > OdDAIObjectId::!= Operator
OdDAIObjectId::!= Operator
Syntax
C++
bool operator !=(const OdDAIObjectId& objectId) const;
Parameters 
Description 
const OdDAIObjectId& objectId 
[in] Another identifier (right-hand operand of the operation) to be compared with.  

Returns true if the object identifier is not equal to another one; otherwise, the method returns false.

The non-equality operator for the object identifier.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.