Quadrangle.op_Equality

Quadrangle Equality operator

Returns a value indicating whether the first Quadrangle value is equal to the second.

public static bool operator ==(Quadrangle first, Quadrangle second)
ParameterTypeDescription
firstQuadrangleA first compared value
secondQuadrangleA second compared value

Return Value

true if first has the same value as second; otherwise, false.

See Also