Triangle.Equality

Operator in Triangle

Declaration

public static bool operator ==(Triangle lhs, Triangle rhs)

Description

Determines if two triangles are equal.

Parameters

lhsThe first triangle to compare.
rhsThe second triangle to compare.

Returns

boolTrue if the triangles are equal, false otherwise.