TcmInformation.Equals Method (TcmInformation)
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.TcmInformationA TcmInformation object.
Return Value
Type: Boolean
true if the provided TCM information object is equal to the current object; otherwise, false.
Implements
IEquatable.Equals(UTP)
.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.