ContainerServiceWeekDay.Inequality Operator

Definition

Determines if two ContainerServiceWeekDay values are not the same.

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

Parameters

Returns

Applies to