op_Inequality

TextDecorationLineType Inequality operator

Checks whether two “TextDecorationLineType” values are not equal

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

Return Value

true if are unequal, false otherwise

See Also