ResourceSkuRestrictionsType.Inequality Operator

Definition

Determines if two ResourceSkuRestrictionsType values are not the same.

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

Parameters

left
ResourceSkuRestrictionsType

The left value to compare.

right
ResourceSkuRestrictionsType

The right value to compare.

Returns

Applies to