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 less or equal than another one; otherwise, the method returns false.

The "less or equal than" operator for the object identifier.

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