RequestId.Equals Method

Definition

Overloads

Equals(RequestId)

Compares this instance with the provided RequestId for value equality.

Equals(Object)

Compares this instance with the provided object for value equality.

Equals(RequestId)

Compares this instance with the provided RequestId for value equality.

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

Parameters

other
RequestId

The RequestId for comparison.

Returns

true if equal; otherwise, false.

Implements

Applies to

Equals(Object)

Compares this instance with the provided object for value equality.

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

The object of type RequestId for comparison.

Returns

true if equal; otherwise, false.

Applies to