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: String

    The name to compare.

Return Value

Type: Boolean
true if the provided name is equal to the Name property value; otherwise, false.

.NET Framework Security

See Also

Reference

ControlType Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

Name

Equals