IVsDataExplorerNode.NameEquals, méthode

Vérifie le nom du nœud actuel.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function NameEquals ( _
    otherName As String _
) As Boolean
bool NameEquals(
    string otherName
)
bool NameEquals(
    String^ otherName
)
abstract NameEquals : 
        otherName:string -> bool
function NameEquals(
    otherName : String
) : boolean

Paramètres

  • otherName
    Type : String

    Le nom du nœud à vérifier.

Valeur de retour

Type : Boolean
true si le nom du nœud actuel correspond au nom spécifié ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms