Share via


NxFlag Struct

Definition

NX flag.

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

Constructors

NxFlag(String)

Initializes a new instance of NxFlag.

Properties

False

False.

True

True.

Methods

Equals(NxFlag)

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

Determines if two NxFlag values are the same.

Implicit(String to NxFlag)

Converts a string to a NxFlag.

Inequality(NxFlag, NxFlag)

Determines if two NxFlag values are not the same.

Applies to