Share via


ContainerServiceOSType.Equality Operator

Definition

Determines if two ContainerServiceOSType values are the same.

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

Parameters

Returns

Applies to