PricingPolicy.Equality(PricingPolicy, PricingPolicy) 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 PricingPolicy values are the same.
public static bool operator ==(Azure.ResourceManager.BillingBenefits.Models.PricingPolicy left, Azure.ResourceManager.BillingBenefits.Models.PricingPolicy right);
static member ( = ) : Azure.ResourceManager.BillingBenefits.Models.PricingPolicy * Azure.ResourceManager.BillingBenefits.Models.PricingPolicy -> bool
Public Shared Operator == (left As PricingPolicy, right As PricingPolicy) As Boolean
Parameters
- left
- PricingPolicy
The left value to compare.
- right
- PricingPolicy
The right value to compare.