op_Inequality

FontStyle Inequality operator

Checks whether two “FontStyle” values are not equal

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

Return Value

false if are equal, true otherwise

See Also