Share via


TestId.Equals Method (TestId)

Returns a value that indicates whether a provided test ID is equal to the current object.

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

Syntax

'Declaration
Public Function Equals ( _
    other As TestId _
) As Boolean
public bool Equals(
    TestId other
)
public:
virtual bool Equals(
    TestId^ other
) sealed
abstract Equals : 
        other:TestId -> bool 
override Equals : 
        other:TestId -> bool 
public final function Equals(
    other : TestId
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the provided test ID is equal to the current object; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

TestId Class

Equals Overload

Microsoft.VisualStudio.TestTools.Common Namespace