TcmInformation.Equals Method

Definition

Overloads

Equals(TcmInformation)

Returns a value that indicates whether the provided TCM information object is equal to the current object.

Equals(Object)

Returns a value that indicates whether the provided object is equal to the current object.

Equals(TcmInformation)

Returns a value that indicates whether the provided TCM information object is equal to the current object.

public:
 virtual bool Equals(Microsoft::VisualStudio::TestTools::Common::TcmInformation ^ other);
public bool Equals (Microsoft.VisualStudio.TestTools.Common.TcmInformation other);
override this.Equals : Microsoft.VisualStudio.TestTools.Common.TcmInformation -> bool
Public Function Equals (other As TcmInformation) As Boolean

Parameters

other
TcmInformation

A TcmInformation object.

Returns

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

Implements

Applies to

Equals(Object)

Returns a value that indicates whether the provided object is equal to the current object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

An object that can be cast to a TcmInformation object.

Returns

true if the provided object is equal to the current object; otherwise, false.

Applies to