This member overrides Object.Equals(Object).
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Overrides Function Equals ( _
other As Object _
) As Boolean
'使用
Dim instance As TestElement
Dim other As Object
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public override bool Equals(
Object other
)
public:
virtual bool Equals(
Object^ other
) override
public override function Equals(
other : Object
) : boolean
Parameters
- other
Type: System.Object
Return Value
Type: System.Boolean
Permissions
- 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.