www.emgu.com/wiki
Compare if the two point have equal dimension and value, if so, return true, otherwise, false

Declaration Syntax
Public Function Equals ( _
other As Point(Of T) _
) As Boolean
public:
virtual bool Equals(
Point<T>^ other
) sealed

Parameters
- other (Point<(Of <(T>)>))
- The other point to compare with

Return Value
true if the two points equal, false otherwise
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)