Triangle3DFEquals Method (Triangle3DF) |
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)
Syntaxpublic bool Equals(
Triangle3DF tri
)
Public Function Equals (
tri As Triangle3DF
) As Boolean
public:
virtual bool Equals(
Triangle3DF tri
) sealed
abstract Equals :
tri : Triangle3DF -> bool
override Equals :
tri : Triangle3DF -> bool
Parameters
- tri
- Type: Emgu.CV.StructureTriangle3DF
the other triangles to compare with
Return Value
Type:
Booleantrue if the two triangles equals, false otherwise
Implements
IEquatableTEquals(T)
See Also