ContainerType.Equality(ContainerType, ContainerType) Operator

Definition

Determines if two ContainerType values are the same.

public static bool operator ==(Azure.Compute.Batch.ContainerType left, Azure.Compute.Batch.ContainerType right);
static member ( = ) : 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