Compare two triangles and return true if equal

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual 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

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also