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