Quaternion.op_Equality
Quaternion Equality operator
Equal operator for quaternion
public static bool operator ==(Quaternion lhs, Quaternion rhs)
Parameter | Type | Description |
---|---|---|
lhs | Quaternion | Left hand side value. |
rhs | Quaternion | Right hand side value. |
Return Value
True if all components are identically equal.
See Also
- struct Quaternion
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D