ContainerType.Inequality(ContainerType, ContainerType) Operator

Definition

Determines if two ContainerType values are not the same.

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

Parameters

left
ContainerType

The left value to compare.

right
ContainerType

The right value to compare.

Returns

Applies to