Share via


PieFlag Struct

Definition

PIE flag.

public readonly struct PieFlag : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.PieFlag>
type PieFlag = struct
Public Structure PieFlag
Implements IEquatable(Of PieFlag)
Inheritance
PieFlag
Implements

Constructors

PieFlag(String)

Initializes a new instance of PieFlag.

Properties

False

False.

True

True.

Methods

Equals(PieFlag)

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(PieFlag, PieFlag)

Determines if two PieFlag values are the same.

Implicit(String to PieFlag)

Converts a string to a PieFlag.

Inequality(PieFlag, PieFlag)

Determines if two PieFlag values are not the same.

Applies to