Partager via


UnicodeCharacterRangeBase.Equality, opérateur

Mise à jour : November 2007

Détermine si deux objets UnicodeCharacterRangeBase spécifiés ont la même valeur.

Espace de noms :  System.Windows.Ink.AnalysisCore
Assembly :  IACore (dans IACore.dll)

Syntaxe

'Déclaration
Public Shared Operator = ( _
    leftHand As UnicodeCharacterRangeBase, _
    rightHand As UnicodeCharacterRangeBase _
) As Boolean
'Utilisation
Dim leftHand As UnicodeCharacterRangeBase
Dim rightHand As UnicodeCharacterRangeBase
Dim returnValue As Boolean

returnValue = (leftHand = rightHand)
public static bool operator ==(
    UnicodeCharacterRangeBase leftHand,
    UnicodeCharacterRangeBase rightHand
)
public:
static bool operator ==(
    UnicodeCharacterRangeBase^ leftHand, 
    UnicodeCharacterRangeBase^ rightHand
)
J#  ne prend pas en charge des opérateurs surchargés.
JScript ne prend pas en charge les opérateurs surchargés.

Paramètres

Valeur de retour

Type : System.Boolean
true si la valeur de x est la même que la valeur de y ; sinon, false.

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

UnicodeCharacterRangeBase, classe

Membres UnicodeCharacterRangeBase

System.Windows.Ink.AnalysisCore, espace de noms