CharacterBufferRange.Inequality 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 iné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 op_Inequality : 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
false
pour indiquer que left
est égal à right
; sinon, true
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.