Quaternion.Equals Method (Quaternion)

QuaternionEquals Method (Quaternion)

Determines whether this quaternion has the same value of another quaternion.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	Quaternion other
)
Public Function Equals ( 
	other As Quaternion
) As Boolean

Parameters

other
Type: Rhino.GeometryQuaternion
Another quaternion to compare.

Return Value

Type: Boolean
true if the quaternions have exactly equal coefficients; otherwise false.

Implements

IEquatableTEquals(T)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also