Share via


FirewallBooleanType Struct

Definition

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