Emgu CV Library Documentation
Equals Method (tri)
NamespacesEmgu.CV.StructureTriangle3DFEquals(Triangle3DF)

www.emgu.com/wiki
Compare two triangles and return true if equal
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Triangle3DF tri
)
Public Function Equals ( _
	tri As Triangle3DF _
) As Boolean
public:
virtual bool Equals(
	Triangle3DF tri
) sealed
Parameters
tri (Triangle3DF)
the other triangles to compare with
Return Value
true if the two triangles equals, false otherwise

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