MinMaxParagraphWidth.Equality Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Compare deux chaînes CharacterBufferReference pour vérifier leur égalité.
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
Paramètres
- left
- MinMaxParagraphWidth
Première instance de CharacterBufferReference à comparer.
- right
- MinMaxParagraphWidth
Deuxième instance de CharacterBufferReference à comparer.
Retours
true pour indiquer que les objets CharacterBufferReference spécifiés sont égaux ; sinon, false.