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

Return Value

Type: System.Boolean
true if the provided TCM information object is equal to the current object; otherwise, false.

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

TcmInformation Class

Equals Overload

Microsoft.VisualStudio.TestTools.Common Namespace