ContainerServiceSkuRestrictionsReasonCode.Inequality Operator

Definition

Determines if two ContainerServiceSkuRestrictionsReasonCode values are not the same.

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

Parameters

left
ContainerServiceSkuRestrictionsReasonCode

The left value to compare.

right
ContainerServiceSkuRestrictionsReasonCode

The right value to compare.

Returns

Applies to