IVsDataExplorerNode.FullNameEquals Method

Verifies the full name of the current node.

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

Syntax

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

Parameters

  • otherFullName
    Type: System.String

    The node full name to check for.

Return Value

Type: System.Boolean
true if the current node's full name matches the specified full name; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace