Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the inequality operator (!=) to compare two TCM information objects.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
left As TcmInformation, _
right As TcmInformation _
) As Boolean
public static bool operator !=(
TcmInformation left,
TcmInformation right
)
public:
static bool operator !=(
TcmInformation^ left,
TcmInformation^ right
)
static let inline(<>)
left:TcmInformation *
right:TcmInformation : bool
JScript does not support overloaded operators.
Parameters
left
Type: Microsoft.VisualStudio.TestTools.Common.TcmInformationA TcmInformation object.
right
Type: Microsoft.VisualStudio.TestTools.Common.TcmInformationA TcmInformation object.
Return Value
Type: 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.