TestElement.Equals Method

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

Return Value

Type: System.Boolean

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace