Share via


IVsDataExplorerNode.FullNameEquals, méthode

Vérifie le nom complet 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 FullNameEquals ( _
    otherFullName As String _
) As Boolean
bool FullNameEquals(
    string otherFullName
)
bool FullNameEquals(
    String^ otherFullName
)
abstract FullNameEquals : 
        otherFullName:string -> bool
function FullNameEquals(
    otherFullName : String
) : boolean

Paramètres

  • otherFullName
    Type : String

    Nom complet de nœud à vérifier.

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms