Triangle2DFEquals Method (Triangle2DF) |
http://www.emgu.com
Compare two triangles and return true if equal
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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