ContainerInstanceOperatingSystemType.Equality Operator

Definition

Determines if two ContainerInstanceOperatingSystemType values are the same.

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

Parameters

left
ContainerInstanceOperatingSystemType

The left value to compare.

right
ContainerInstanceOperatingSystemType

The right value to compare.

Returns

Applies to