共用方式為


CanaryFlag Struct

Definition

Canary flag.

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

Constructors

CanaryFlag(String)

Initializes a new instance of CanaryFlag.

Properties

False

False.

True

True.

Methods

Equals(CanaryFlag)

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

Determines if two CanaryFlag values are the same.

Implicit(String to CanaryFlag)

Converts a string to a CanaryFlag.

Inequality(CanaryFlag, CanaryFlag)

Determines if two CanaryFlag values are not the same.

Applies to