TextStyle.Equals Method

Compares text style names ignoring cases.
Public Function Equals( _ 
ByVal other As TextStyle
) As Boolean Implements _ 
TextStyle).Equals
This language is not supported or no code example is available.
public bool Equals( 
TextStyle other 
)
This language is not supported or no code example is available.

Parameters

other
TextStyle

The other text style

Return Value

bool

True if the two text style names are the same, false otherwise.

Implements

TextStyle>.Equals

.NET Framework

Supported in: 4.8

In this article

Definition