FirewallBooleanType Struct
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.
Boolean Enum.
public readonly struct FirewallBooleanType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallBooleanType>
type FirewallBooleanType = struct
Public Structure FirewallBooleanType
Implements IEquatable(Of FirewallBooleanType)
- Inheritance
-
FirewallBooleanType
- Implements
Constructors
FirewallBooleanType(String) |
Initializes a new instance of FirewallBooleanType. |
Properties
False |
FALSE. |
True |
TRUE. |
Methods
Equals(FirewallBooleanType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(FirewallBooleanType, FirewallBooleanType) |
Determines if two FirewallBooleanType values are the same. |
Implicit(String to FirewallBooleanType) |
Converts a string to a FirewallBooleanType. |
Inequality(FirewallBooleanType, FirewallBooleanType) |
Determines if two FirewallBooleanType values are not the same. |
Applies to
Azure SDK for .NET