Emgu CV Library Documentation
Equals Method (tri)
NamespacesEmgu.CVTriangle2D<(Of <(T>)>)Equals(Triangle2D<(Of <(T>)>))

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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)