Check if the other point equals to this point

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

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

Parameters

other
MCvPoint3D64f
The point to be compared

Return Value

True if the two points are equal

Implements

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

See Also