Check if this quaternions equals to other

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	Quaternions other
)
Public Function Equals ( _
	other As Quaternions _
) As Boolean
public:
virtual bool Equals(
	Quaternions other
) sealed

Parameters

other
Quaternions
The quaternions to be compared

Return Value

True if two quaternions equals, false otherwise

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also