Vector2.op_Equality
Vector2 Equality operator
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 all components are identically equal.
See Also
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D