Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
bool FullNameEquals(
string otherFullName
)
bool FullNameEquals(
String^ otherFullName
)
abstract FullNameEquals :
otherFullName:string -> bool
function FullNameEquals(
otherFullName : String
) : boolean
Parameters
- otherFullName
Type: System.String
The 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.