Language

TaskItem<T>.Equals Method

Definition

Overloads

Equals(TaskItem<T>)

Source:
TaskItem_T.cs

Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(Microsoft::Build::Framework::TaskItem<T> other);
public bool Equals(Microsoft.Build.Framework.TaskItem<T> other);
override this.Equals : Microsoft.Build.Framework.TaskItem<'T> -> bool
Public Function Equals (other As TaskItem(Of T)) As Boolean

Parameters

other
TaskItem<T>

Returns

Implements

Applies to

Equals(Object)

Source:
TaskItem_T.cs

Indicates whether this instance and a specified object are equal.

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

Returns

Applies to