Partager via


RelativeValue.Equality, opérateur

Compare deux structures RelativeValue.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared Operator = ( _
    first As RelativeValue, _
    second As RelativeValue _
) As Boolean
public static bool operator ==(
    RelativeValue first,
    RelativeValue second
)
public:
static bool operator ==(
    RelativeValue first, 
    RelativeValue second
)
static let inline (=)
        first:RelativeValue * 
        second:RelativeValue  : bool
JScript ne prend pas en charge les opérateurs surchargés.

Paramètres

Valeur de retour

Type : System.Boolean
true si les deux structures RelativeValue sont égales ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

RelativeValue Structure

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF