TcmInformation.Equality Operator
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.TcmInformation
A TcmInformation object.
- right
Type: Microsoft.VisualStudio.TestTools.Common.TcmInformation
A TcmInformation object.
Return Value
Type: System.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.