EnforcementState.Equality(EnforcementState, EnforcementState) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two EnforcementState values are the same.
public static bool operator ==(Azure.ResourceManager.Quota.Models.EnforcementState left, Azure.ResourceManager.Quota.Models.EnforcementState right);
static member ( = ) : 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.