op_Inequality

FontStyles Inequality operator

Checks whether two FontStyles values are not equal

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

Return Value

true if are unequal, false otherwise

See Also