Click or drag to resize
Triangle2DFEquals Method (Triangle2DF)
http://www.emgu.com
Compare two triangles and return true if equal

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	Triangle2DF tri
)

Parameters

tri
Type: Emgu.CV.StructureTriangle2DF
the other triangles to compare with

Return Value

Type: Boolean
true if the two triangles equals, false otherwise

Implements

IEquatableTEquals(T)
See Also