MinMaxParagraphWidth.Equality Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
.