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
'Usage
Dim instance As IVsDataExplorerNode 
Dim otherFullName As String 
Dim returnValue As Boolean 

returnValue = instance.FullNameEquals(otherFullName)
bool FullNameEquals(
    string otherFullName
)
bool FullNameEquals(
    String^ otherFullName
)
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

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace