Compare two triangles and return true if equal
| 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
- tri (Triangle2DF)
- the other triangles to compare with
true if the two triangles equals, false otherwise