Share via


CorsRuleAllowedMethod.Inequality Operator

Definition

Determines if two CorsRuleAllowedMethod values are not the same.

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

Parameters

Returns

Applies to