Language

TaskItem<T>.Inequality(TaskItem<T>, TaskItem<T>) Operator

Definition

Determines whether two TaskItem<T> instances are not equal.

public:
 static bool operator !=(Microsoft::Build::Framework::TaskItem<T> left, Microsoft::Build::Framework::TaskItem<T> right);
public static bool operator !=(Microsoft.Build.Framework.TaskItem<T> left, Microsoft.Build.Framework.TaskItem<T> right);
static member op_Inequality : Microsoft.Build.Framework.TaskItem<'T> * Microsoft.Build.Framework.TaskItem<'T> -> bool
Public Shared Operator != (left As TaskItem(Of T), right As TaskItem(Of T)) As Boolean

Parameters

right
TaskItem<T>

Returns

Applies to