Setting.Equals Method (Setting)

 

Determines whether the provided object is equal to this Setting object.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public bool Equals(
    Setting target
)
public:
bool Equals(
    Setting^ target
)
member Equals : 
        target:Setting -> bool
Public Function Equals (
    target As Setting
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the two objects are equal; otherwise, false.

See Also

Equals Overload
Setting Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top