ContainerServiceSkuRestrictionsReasonCode.Equality Operator

Definition

Determines if two ContainerServiceSkuRestrictionsReasonCode values are the same.

public static bool operator ==(Azure.ResourceManager.ContainerService.Models.ContainerServiceSkuRestrictionsReasonCode left, Azure.ResourceManager.ContainerService.Models.ContainerServiceSkuRestrictionsReasonCode right);
static member ( = ) : 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