API Reference > OdDbRoot Classes > OdDbBaseFullSubentPath Class > OdDbBaseFullSubentPath Operators > OdDbBaseFullSubentPath::== Operator
OdDbBaseFullSubentPath::== Operator
Syntax
C++
bool operator ==(const OdDbBaseFullSubentPath& fullSubentPath) const;
Parameters 
Description 
const OdDbBaseFullSubentPath& fullSubentPath 
[in] Object to be compared with this object.
 

True if the objects are equal to each other; false otherwise.

Comparison operator. This operator compares this object with another object of the OdDbBaseFullSubentPath type. 

 

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