Partilhar via


Método IVsDataExplorerNode.FullNameEquals

Verifique o nome completo do nó atual.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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

Parâmetros

  • otherFullName
    Tipo: System.String
    O nome completo do nó para verificar para.

Valor de retorno

Tipo: System.Boolean
true se o nome completo do nó atual corresponde ao nome completo especificado; caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNode Interface

Namespace Microsoft.VisualStudio.Data.Services