op_Inequality

Ratio Inequality operator

Compares two ratios and returns a boolean indicating if the two do not match.

public static bool operator !=(Ratio left, Ratio right)
Parameter Type Description
left Ratio The first ratio to use.
right Ratio The second ratio to use.

Return Value

True if both ratios are not equal, otherwise false.

See Also