Emgu CV Library Documentation
Equals Method (other)
NamespacesEmgu.CV.StructureMCvPoint2D64fEquals(MCvPoint2D64f)

www.emgu.com/wiki
Returns true if the two points equals.
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	MCvPoint2D64f other
)
Public Function Equals ( _
	other As MCvPoint2D64f _
) As Boolean
public:
virtual bool Equals(
	MCvPoint2D64f other
) sealed
Parameters
other (MCvPoint2D64f)
The other point to compare with
Return Value
True if the two points equals

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)