Delen via


StrippedFlag Struct

Definition

Stripped flag.

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

Constructors

StrippedFlag(String)

Initializes a new instance of StrippedFlag.

Properties

False

False.

True

True.

Methods

Equals(StrippedFlag)

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

Determines if two StrippedFlag values are the same.

Implicit(String to StrippedFlag)

Converts a string to a StrippedFlag.

Inequality(StrippedFlag, StrippedFlag)

Determines if two StrippedFlag values are not the same.

Applies to