CharacterBufferRange.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 CharacterBufferRange pour vérifier leur égalité.
public:
static bool operator ==(System::Windows::Media::TextFormatting::CharacterBufferRange left, System::Windows::Media::TextFormatting::CharacterBufferRange right);
public static bool operator == (System.Windows.Media.TextFormatting.CharacterBufferRange left, System.Windows.Media.TextFormatting.CharacterBufferRange right);
static member ( = ) : System.Windows.Media.TextFormatting.CharacterBufferRange * System.Windows.Media.TextFormatting.CharacterBufferRange -> bool
Public Shared Operator == (left As CharacterBufferRange, right As CharacterBufferRange) As Boolean
Paramètres
- left
- CharacterBufferRange
Première instance de CharacterBufferRange à comparer.
- right
- CharacterBufferRange
Deuxième instance de CharacterBufferRange à comparer.
Retours
true
pour indiquer que les objets CharacterBufferRange spécifiés sont égaux ; sinon, false
.