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