MinMaxParagraphWidth.Equality Operatore

Definizione

Confrontare due CharacterBufferReference stringhe per verificare l'uguaglianza.

public:
 static bool operator ==(System::Windows::Media::TextFormatting::MinMaxParagraphWidth left, System::Windows::Media::TextFormatting::MinMaxParagraphWidth right);
public static bool operator ==(System.Windows.Media.TextFormatting.MinMaxParagraphWidth left, System.Windows.Media.TextFormatting.MinMaxParagraphWidth right);
static member ( = ) : System.Windows.Media.TextFormatting.MinMaxParagraphWidth * System.Windows.Media.TextFormatting.MinMaxParagraphWidth -> bool
Public Shared Operator == (left As MinMaxParagraphWidth, right As MinMaxParagraphWidth) As Boolean

Parametri

left
MinMaxParagraphWidth

Prima istanza di CharacterBufferReference da confrontare.

right
MinMaxParagraphWidth

Seconda istanza di CharacterBufferReference da confrontare.

Valori restituiti

true per visualizzare gli oggetti specificati CharacterBufferReference sono uguali; in caso contrario, false.

Si applica a

Vedi anche