Share via


BatchAccessScope.Inequality(BatchAccessScope, BatchAccessScope) Operator

Definition

Determines if two BatchAccessScope values are not the same.

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

Parameters

Returns

Applies to