Test.Equality Operator
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
‘선언
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
- first
Type: Microsoft.TeamFoundation.TestImpact.Client.Test
- second
Type: Microsoft.TeamFoundation.TestImpact.Client.Test
Return Value
Type: System.Boolean
.NET Framework Security
- 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.