Quadrangle.op_Inequality

Quadrangle Inequality operator

Returns a value indicating if the first Quadrangle value is different from 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 different value from second; otherwise, false.

See Also