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.
Represents an inequality operator (!=) that is used to determine whether the provided objects are not 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
- left
Type: Microsoft.VisualStudio.TestTools.Common.TestId
A TestId object.
- right
Type: Microsoft.VisualStudio.TestTools.Common.TestId
A TestId object.
Return Value
Type: System.Boolean
true if the objects are not 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.