M_Rhino_Geometry_Quaternion_Equals_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.Equals Method (Object)

Determines whether an object is a quaternion and has the same value of this quaternion.

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

Syntax

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

 

obj
Type: System.Object
Another object to compare.

Return Value

Type: Boolean
true if obj is a quaternion and has exactly equal coefficients; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
Equals Overload
Rhino.Geometry Namespace

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