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