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