次の方法で共有


DependencyAction.Inequality(DependencyAction, DependencyAction) Operator

Definition

Determines if two DependencyAction values are not the same.

public static bool operator != (Azure.Compute.Batch.DependencyAction left, Azure.Compute.Batch.DependencyAction right);
static member op_Inequality : Azure.Compute.Batch.DependencyAction * Azure.Compute.Batch.DependencyAction -> bool
Public Shared Operator != (left As DependencyAction, right As DependencyAction) As Boolean

Parameters

Returns

Applies to