Share via


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
bool NameEquals(
    string otherName
)
bool NameEquals(
    String^ otherName
)
abstract NameEquals : 
        otherName:string -> bool
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

Microsoft.VisualStudio.Data.Services Namespace