Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the operator to use in code for equality (==).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As ParameterizedString, _
right As ParameterizedString _
) As Boolean
public static bool operator ==(
ParameterizedString left,
ParameterizedString right
)
public:
static bool operator ==(
ParameterizedString^ left,
ParameterizedString^ right
)
static let inline(=)
left:ParameterizedString *
right:ParameterizedString : bool
JScript does not support overloaded operators.
Parameters
left
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringThe ParameterizedString for the left side of an equality expression.
right
Type: Microsoft.TeamFoundation.TestManagement.Client.ParameterizedStringThe ParameterizedString for the right side of an equality expression.
Return Value
Type: Boolean
true if both sides of the expression are equal; otherwise, false.
.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.