TestRunConfigurationId.Equals(Object) Method

Definition

Determines whether the 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 TestRunConfigurationId object.

Returns

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

Applies to