API Reference > OdDbRoot Classes > OdDbSubentId Class > OdDbSubentId Operators > OdDbSubentId::== Operator
OdDbSubentId::== Operator
Syntax
C++
bool operator ==(const OdDbSubentId& subentId) const;
Parameters 
Description 
const OdDbSubentId& subentId 
[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 OdDbSubentId type. 

 

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