API Reference > Classes > PRC Export-Import Classes > DrawingColorNode Class > DrawingColorNode Operators > DrawingColorNode::< Operator
DrawingColorNode::< Operator
Syntax
C++
bool operator <(const DrawingColorNode& colNode) const;
Parameters 
Description 
const DrawingColorNode& colNode 
[in] Another drawing color node to compare with.  

true if the drawing color node is less than another node specified with colNode parameter; otherwise, the method returns false.

The less operator for a drawing color node.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.