API Reference > OdGe Classes > OdGeVector2d Class > OdGeVector2d Operators > OdGeVector2d::!= Operator
OdGeVector2d::!= Operator
Syntax
C++
bool operator !=(const OdGeVector2d& vect) const;
Parameters 
Description 
const OdGeVector2d& vect 
[in] A 2D vector to be compared. 

Inequality operator for the OdGeVector2d class. 

 

Returns true if passed vector is not equal to this vector.

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