IVsDataExplorerNode.FullNameEquals(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 full name of the current node.
public:
bool FullNameEquals(System::String ^ otherFullName);
public bool FullNameEquals (string otherFullName);
abstract member FullNameEquals : string -> bool
Public Function FullNameEquals (otherFullName As String) As Boolean
Parameters
- otherFullName
- String
The node full name to check for.
Returns
true if the current node's full name matches the specified full name; otherwise, false.