MinMaxParagraphWidth.Equality Operatore

Definizione

Confronta due stringhe CharacterBufferReference per verificarne 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 dell'oggetto CharacterBufferReference da confrontare.

right
MinMaxParagraphWidth

Seconda istanza dell'oggetto CharacterBufferReference da confrontare.

Restituisce

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

Si applica a

Vedi anche