Return true if the location of the two points are equal

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

Syntax

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

Parameters

other
MCvPoint3D32f
The other point to compare with

Return Value

True if the location of the two points are equal

Implements

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

See Also