共用方式為


WebAppKeyType.Inequality(WebAppKeyType, WebAppKeyType) Operator

Definition

Determines if two WebAppKeyType values are not the same.

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

Parameters

Returns

Applies to