Click or drag to resize

QuaternionEquals Method (Quaternion)

Returns a boolean indicating whether the given Quaternion is equal to this Quaternion instance.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool Equals(
	Quaternion other
)

Parameters

other
Type: Karamba.GeometryQuaternion
The Quaternion to compare this instance to.

Return Value

Type: Boolean
True if the other Quaternion is equal to this instance; False otherwise.

Implements

IEquatableTEquals(T)
See Also