op_Inequality

FontSize Inequality operator

Checks whether two “FontSize” values are not equal

public static bool operator !=(FontSize first, FontSize second)
Parameter Type Description
first FontSize First value to check
second FontSize Second value to check

Return Value

false if are equal, true otherwise

See Also