API Reference > OdBr Classes > OdBrEntity Class > OdBrEntity Methods > OdBrEntity::isEqualTo Method
OdBrEntity::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdBrEntity* pOtherEntity) const;
Parameters 
Description 
const OdBrEntity* pOtherEntity 
[in] Pointer to any OdBrEntity object. 

True if the specified entity object is equivalent to this entity object; false otherwise.

Returns true if and only if the specified entity object is equivalent to this entity object. 

 

Two OdBrEntity objects are equivalent if and only if they are non-NULL, and have the same subentity path.

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