Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBrEntity::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdBrEntity* pOtherEntity) const;

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

 

Parameters
Description
pOtherEntity
[in] Pointer to any OdBrEntity object.

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

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.