DynamicVNetAssignmentScope.Inequality Operator

Definition

Determines if two DynamicVNetAssignmentScope values are not the same.

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

Parameters

Returns

Applies to