ClassViewNavigationInfoNode.Equality, opérateur
Vérifie si deux éléments sont égaux.
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Shared Operator = ( _
operand1 As ClassViewNavigationInfoNode, _
operand2 As ClassViewNavigationInfoNode _
) As Boolean
public static bool operator ==(
ClassViewNavigationInfoNode operand1,
ClassViewNavigationInfoNode operand2
)
Paramètres
- operand1
Type : Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode
Le premier élément à comparer.
- operand2
Type : Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode
Le deuxième élément à comparer.
Valeur de retour
Type : System.Boolean
true si les éléments sont égaux ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.