Test.Equality Operator

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Test Class

Microsoft.TeamFoundation.TestImpact.Client Namespace