Emgu CV Library Documentation
Equals Method (other)
NamespacesEmgu.CV.StructureMCvPoint3D32fEquals(MCvPoint3D32f)

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

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