Udostępnij przez


NginxDeploymentWafPolicyApplyingStatusCode.Inequality Operator

Definition

Determines if two NginxDeploymentWafPolicyApplyingStatusCode values are not the same.

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

Parameters

left
NginxDeploymentWafPolicyApplyingStatusCode

The left value to compare.

right
NginxDeploymentWafPolicyApplyingStatusCode

The right value to compare.

Returns

Applies to