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
| Name | Description |
|---|---|
| FirewallBooleanType(String) |
Initializes a new instance of FirewallBooleanType. |
Properties
| Name | Description |
|---|---|
| False |
Gets the False. |
| True |
Gets the True. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(FirewallBooleanType, FirewallBooleanType) |
Determines if two FirewallBooleanType values are the same. |
| Implicit(String to FirewallBooleanType) |
Converts a string to a FirewallBooleanType. |
| Implicit(String to Nullable<FirewallBooleanType>) | |
| Inequality(FirewallBooleanType, FirewallBooleanType) |
Determines if two FirewallBooleanType values are not the same. |