Triangle.Equality
Operator in Triangle
Declaration
public static bool operator ==(Triangle lhs, Triangle rhs)
Description
Determines if two triangles are equal.
Parameters
lhs | The first triangle to compare. |
rhs | The second triangle to compare. |
Returns
bool | True if the triangles are equal, false otherwise. |