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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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