API Reference > OdDb Classes > OdDbBlockTableRecordId Class > OdDbBlockTableRecordId Operators > OdDbBlockTableRecordId::!= Operator
OdDbBlockTableRecordId::!= Operator
Syntax
C++
bool operator !=(const OdDbObjectId& objectId) const;
Parameters 
Description 
const OdDbObjectId& objectId 
[in] Object ID to compare with this OdDbBlockTableRecordId. 

True if object IDs are not equal; false otherwise.

Negative comparison operator. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.