Condividi tramite


Metodo IVsDataExplorerNode.NameEquals

Verifica del nome del nodo corrente.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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

Parametri

  • otherName
    Tipo: String

    Il nome nodo per verificare.

Valore restituito

Tipo: Boolean
true se il nome del nodo corrente corrisponde al nome specificato; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNode Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services