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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a value that indicates whether the provided TCM information object is equal to the current object.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Function Equals ( _
other As TcmInformation _
) As Boolean
public bool Equals(
TcmInformation other
)
public:
virtual bool Equals(
TcmInformation^ other
) sealed
abstract Equals :
other:TcmInformation -> bool
override Equals :
other:TcmInformation -> bool
public final function Equals(
other : TcmInformation
) : boolean
Parameters
- other
Type: Microsoft.VisualStudio.TestTools.Common.TcmInformation
A TcmInformation object.
Return Value
Type: System.Boolean
true if the provided TCM information object is equal to the current object; otherwise, false.
Implements
.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.