Vector3.op_Inequality
Vector3 Inequality operator
Not-equal operator for Vector3
public static bool operator !=(Vector3 lhs, Vector3 rhs)
Parameter | Type | Description |
---|---|---|
lhs | Vector3 | Left hand side value. |
rhs | Vector3 | Right hand side value. |
Return Value
True if two vectors are not equal.
See Also
- struct Vector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D