Returns true if the two points equals.

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

Syntax

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

Parameters

other
Type: Emgu.CV.Structure..::.MCvPoint2D64f
The other point to compare with

Return Value

True if the two points equals

Implements

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

See Also