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
'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.SettingA Settingobject.
Return Value
Type: 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.