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.
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
'Declaration
Public Function Equals ( _
target As Setting _
) As Boolean
public bool Equals(
Setting target
)
public:
bool Equals(
Setting^ target
)
member Equals :
target:Setting -> bool
public function Equals(
target : Setting
) : boolean
Parameters
- target
Type: Microsoft.VisualStudio.TestTools.UITest.Common.Setting
A [:Microsoft.VisualStudio.TestTools.UITest.Common.Setting] object.
Return Value
Type: System.Boolean
true if the two objects are equal; 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.