IVsDataExplorerNode.NameEquals Method

Verifies the name of the current node.

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

Syntax

'Declaration
Function NameEquals ( _
    otherName As String _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNode 
Dim otherName As String 
Dim returnValue As Boolean 

returnValue = instance.NameEquals(otherName)
bool NameEquals(
    string otherName
)
bool NameEquals(
    String^ otherName
)
function NameEquals(
    otherName : String
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace