API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Operators > OdGeMatrix3d::!= Operator
OdGeMatrix3d::!= Operator
Syntax
C++
bool operator !=(const OdGeMatrix3d& matrix) const;
Parameters 
Description 
const OdGeMatrix3d& matrix 
[in] Matrix to compare with this matrix.
 

true if compared matrices are not equal; false otherwise.

Negated comparison operator. 

 

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