Click or drag to resize
QuaternionsEquals Method (Quaternions)
http://www.emgu.com
Check if this quaternions equals to other

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool Equals(
	Quaternions other
)

Parameters

other
Type: Emgu.CVQuaternions
The quaternions to be compared

Return Value

Type: Boolean
True if two quaternions equals, false otherwise

Implements

IEquatableTEquals(T)
See Also