ControlType.NameEquals Method
Determines whether the provided name and the value of the Name property are equal.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Function NameEquals ( _
controlName As String _
) As Boolean
public bool NameEquals(
string controlName
)
public:
bool NameEquals(
String^ controlName
)
member NameEquals :
controlName:string -> bool
public function NameEquals(
controlName : String
) : boolean
Parameters
controlName
Type: StringThe name to compare.
Return Value
Type: Boolean
true if the provided name is equal to the Name property value; 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting Namespace
Equals