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 (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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