Share via


TestId.Equality Operator

Represents an equality operator (=) that is used to determine whether the provided objects are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    left As TestId, _
    right As TestId _
) As Boolean
public static bool operator ==(
    TestId left,
    TestId right
)
public:
static bool operator ==(
    TestId^ left, 
    TestId^ right
)
static let inline(=)
        left:TestId * 
        right:TestId  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: Boolean
true if the two objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

TestId Class

Microsoft.VisualStudio.TestTools.Common Namespace