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