Check if this quaternions equals to other

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

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