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

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

 

The default implementation of this function does nothing but throw an eNotImplemented error.

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