次の方法で共有


AccessScope.Inequality(AccessScope, AccessScope) Operator

Definition

Determines if two AccessScope values are not the same.

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

Parameters

right
AccessScope

Returns

Applies to