M_Rhino_Geometry_Quaternion_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.Equals Method (Quaternion)

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Equals(
	Quaternion other
)

VB

Public Function Equals ( 
	other As Quaternion
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Quaternion
Another quaternion to compare.

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️