Freigeben über


NginxDeploymentWafPolicyCompilingStatusCode.Inequality Operator

Definition

Determines if two NginxDeploymentWafPolicyCompilingStatusCode values are not the same.

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

Parameters

left
NginxDeploymentWafPolicyCompilingStatusCode

The left value to compare.

right
NginxDeploymentWafPolicyCompilingStatusCode

The right value to compare.

Returns

Applies to