TaskName.Inequality(TaskName, TaskName) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two TaskName objects for inequality.
public static bool operator != (Microsoft.DurableTask.TaskName a, Microsoft.DurableTask.TaskName b);
static member op_Inequality : Microsoft.DurableTask.TaskName * Microsoft.DurableTask.TaskName -> bool
Public Shared Operator != (a As TaskName, b As TaskName) As Boolean
Parameters
Returns
true
if the two TaskName objects are not equal; otherwise false
.