[This is preliminary documentation and is subject to change.]
Compare two triangles and return true if equal
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public bool Equals( Triangle2DF tri )
Public Function Equals ( _ tri As Triangle2DF _ ) As Boolean
public: virtual bool Equals( Triangle2DF tri ) sealed
Parameters
- tri
- Triangle2DF
the other triangles to compare with