Verifies the full name of the current node.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function FullNameEquals ( _
otherFullName As String _
) As Boolean
'Usage
Dim instance As IVsDataExplorerNode
Dim otherFullName As String
Dim returnValue As Boolean
returnValue = instance.FullNameEquals(otherFullName)
bool FullNameEquals(
string otherFullName
)
bool FullNameEquals(
String^ otherFullName
)
function FullNameEquals(
otherFullName : String
) : boolean
Parameters
otherFullName
Type: System.StringThe node full name to check for.
Return Value
Type: System.Boolean
true if the current node's full name matches the specified full name; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.