API Reference > OdGe Classes > OdGePoint2d Class > OdGePoint2d Operators > OdGePoint2d::== Operator
OdGePoint2d::== Operator
Syntax
C++
bool operator ==(const OdGePoint2d& point) const;
Parameters 
Description 
const OdGePoint2d& point 
[in] A 2D point to be checked for equality with this point. 

Equality operator. Returns true if all the coordinates of this point are equal to the corresponding coordinates of the specified point. 

 

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