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

Inequality operator for the OdGeVector3d class. 

 

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

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