Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBrTraverser::isEqualTo Method
Syntax
C++
bool isEqualTo(const OdBrTraverser* pOtherTraverser) const;

Returns true if and only if the specified Traverser object is equivalent to this Traverser object.

Parameters
Description
pOtherTraverser
[in] Pointer to any OdBrTraverser object.

Two OdBrTraverser objects are equivalent if and only if they non-null, have the same topological adjacency list owner, and have the same list position. 

 

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