Triangle.Equals
Method in Triangle
Declaration
public bool Equals(Triangle other)Description
Determines if the triangle is equal to another triangle.
Parameters
| other | The triangle to compare to. |
Returns
| bool | True if the triangles are equal, false otherwise. |
Overload
Declaration
public override bool Equals(object other)Description
Determines if the triangle is equal to another triangle.
Parameters
| other | The object to compare to. |
Returns
| bool | True if the triangles are equal, false otherwise. |