M_Rhino_Geometry_Quaternion_op_Equality - mcneel/rhinocommon-api-docs GitHub Wiki
Determines whether two quaternions have the same value.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool operator ==(
Quaternion a,
Quaternion b
)
VB
Public Shared Operator = (
a As Quaternion,
b As Quaternion
) As Boolean
- a
- Type: Rhino.Geometry.Quaternion
A quaternion. - b
- Type: Rhino.Geometry.Quaternion
Another quaternion.
Type: Boolean
true if the quaternions have exactly equal coefficients; otherwise false.
Supported in: 6.0.16224.21491, 5D58w