Returns true if the two points equals.

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

- other (MCvPoint2D64f)
- The other point to compare with

True if the two points equals