BatchVmContainerType.Equality Operator

Definition

Determines if two BatchVmContainerType values are the same.

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