Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the equality 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 both objects 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.