IVsDataExplorerNode.NameEquals(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.