IVsDataExplorerNode.FullNameEquals (Método)

Comprueba el nombre completo del nodo actual.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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
    El nombre completo del nodo para comprobar.

Valor devuelto

Tipo: System.Boolean
true si coincide actuales del nombre completo del nodo el nombre completo especificado; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)