Share via


IVsDataExplorerNode.FullNameEquals(String) Method

Definition

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.

Applies to