Equals

Equals(TextDecorationLineType)

Indicates whether this TextDecorationLineType instance is equal to specified

public bool Equals(TextDecorationLineType other)
Parameter Type Description
other TextDecorationLineType Other TextDecorationLineType instance

Return Value

true if are equal, false otherwise

See Also


Equals(object)

Indicates whether this TextDecorationLineType instance is equal to specified uncasted

public override bool Equals(object other)
Parameter Type Description
other Object Other TextDecorationLineType instance, casted to object

Return Value

true if are equal, false otherwise

See Also