Partilhar via


Método IVsDataExplorerNode.NameEquals

Verifica o nome do nó atual.

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

Sintaxe

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

Parâmetros

  • otherName
    Tipo: System.String
    O nome de nó para verificar para.

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IVsDataExplorerNode Interface

Namespace Microsoft.VisualStudio.Data.Services