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: 1.0.0.0 (1.0.0.0)
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