Return true if the location of the two points are equal

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

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

True if the location of the two points are equal