ILNumerics Ultimate VS

QuaternionEquals Method (Quaternion)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Compares this Quaternion instance to another Quaternion for equality.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public bool Equals(
	Quaternion other
)

Parameters

other
Type: ILNumerics.DrawingQuaternion
The other Quaternion to be used in the comparison.

Return Value

Type: Boolean
True if both instances are equal; false otherwise.

Implements

IEquatableTEquals(T)
Remarks

[ILNumerics Visualization Engine]

See Also

Reference