MinMaxParagraphWidth.Equality Betreiber

Definition

Überprüft zwei CharacterBufferReference-Zeichenfolgen auf Gleichheit.

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

Parameter

left
MinMaxParagraphWidth

Die erste Instanz eines zu vergleichenden CharacterBufferReference.

right
MinMaxParagraphWidth

Die zweite Instanz eines zu vergleichenden CharacterBufferReference.

Gibt zurück

true, um anzugeben, dass die angegebenen CharacterBufferReference-Objekte gleich sind, andernfalls false.

Gilt für:

Weitere Informationen