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

Inequality operator. Returns true if any of the coordinates of this point are not equal to the corresponding coordinates of the specified point. 

 

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