TaskId.Equals(Object) Method

Definition

Determines if this object is equal to the specified task identifier object.

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

Parameters

obj
Object

The TaskId object to compare with this object.

Returns

Is true if the two TaskId objects are equal; otherwise, false.

Applies to