Share via


TestId.Equals Method

Definition

Overloads

Equals(TestId)

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

Equals(Object)

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

Equals(TestId)

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

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

Parameters

other
TestId

A TestId object.

Returns

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

Implements

Applies to

Equals(Object)

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

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

Parameters

other
Object

An object that can be cast to a TestId object.

Returns

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

Applies to