op_Inequality

FontWeight Inequality operator

Checks whether two “FontWeight” values are not equal

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

Return Value

false if are equal, true otherwise

See Also