Freigeben über


NginxDeploymentWafPolicyCompilingStatusCode.Equality Operator

Definition

Determines if two NginxDeploymentWafPolicyCompilingStatusCode values are the same.

public static bool operator ==(Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode left, Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode right);
static member ( = ) : 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