op_Equality

TextDecorationLineType Equality operator

Checks whether two “TextDecorationLineType” values are 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 equal, false otherwise

See Also