Condividi tramite


BatchVmContainerType.Inequality Operator

Definition

Determines if two BatchVmContainerType values are not the same.

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

Parameters

Returns

Applies to