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.3.0.2824 (3.3.0.2824)
Syntaxpublic bool Equals(
Quaternions other
)
Public Function Equals (
other As Quaternions
) As Boolean
public:
virtual bool Equals(
Quaternions other
) sealed
abstract Equals :
other : Quaternions -> bool
override Equals :
other : Quaternions -> bool
Parameters
- other
- Type: Emgu.CVQuaternions
The quaternions to be compared
Return Value
Type:
BooleanTrue if two quaternions equals, false otherwise
Implements
IEquatableTEquals(T)
See Also