Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::equals Method
Syntax
C++
virtual bool equals(const OdDbEvalGraph* pOther) const;

Returns true if and only if the specified Graph object is equal to this one. 

 

Parameters
Description
pOther
[in] Pointer to the other Graph object.

Returns true if and only if 

this->subgraph(pOther) && pOther->subgraph(this)

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