API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > OdDbEvalGraph::equals Method
OdDbEvalGraph::equals Method
Syntax
C++
virtual bool equals(const OdDbEvalGraph* pOther) const;
Parameters 
Description 
const OdDbEvalGraph* pOther 
[in] Pointer to the other Graph object. 

Returns true if and only if 

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

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

 

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