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 name of the current node.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function NameEquals ( _
otherName As String _
) As Boolean
bool NameEquals(
string otherName
)
bool NameEquals(
String^ otherName
)
abstract NameEquals :
otherName:string -> bool
function NameEquals(
otherName : String
) : boolean
Parameters
- otherName
Type: System.String
The node name to check for.
Return Value
Type: System.Boolean
true if the current node's name matches the specified 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.