IVsDataExplorerNode.NameEquals(String) Method

Definition

Verifies the name of the current node.

public:
 bool NameEquals(System::String ^ otherName);
public bool NameEquals (string otherName);
abstract member NameEquals : string -> bool
Public Function NameEquals (otherName As String) As Boolean

Parameters

otherName
String

The node name to check for.

Returns

true if the current node's name matches the specified name; otherwise, false.

Applies to