EnforcementState.Inequality(EnforcementState, EnforcementState) Operator

Definition

Determines if two EnforcementState values are not the same.

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

Parameters

left
EnforcementState

The left value to compare.

right
EnforcementState

The right value to compare.

Returns

Applies to