op_Subtraction

TextDecorationLineType Subtraction operator

Subtracts second specified line type from the first specified line type and produces new resultant line type, where are present only those flags from the first operand, which are not found in the second operand (difference)

public static TextDecorationLineType operator -(TextDecorationLineType first, 
    TextDecorationLineType second)
Parameter Type Description
first TextDecorationLineType First line type operand
second TextDecorationLineType Second line type operand

Return Value

Result of the difference between the first (minuend) and second (subtrahend) operands

See Also