Triangle2DFEquals Method (Triangle2DF) |
http://www.emgu.com
Compare two triangles and return true if equal
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool Equals(
Triangle2DF tri
)
Public Function Equals (
tri As Triangle2DF
) As Boolean
public:
virtual bool Equals(
Triangle2DF tri
) sealed
abstract Equals :
tri : Triangle2DF -> bool
override Equals :
tri : Triangle2DF -> bool
Parameters
- tri
- Type: Emgu.CV.StructureTriangle2DF
the other triangles to compare with
Return Value
Type:
Booleantrue if the two triangles equals, false otherwise
Implements
IEquatableTEquals(T)
See Also