共用方式為


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

Returns

Applies to