Share via


IsUpdateAvailable Struct

Definition

Flag if new update is available for the component.

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

Constructors

IsUpdateAvailable(String)

Initializes a new instance of IsUpdateAvailable.

Properties

False

False.

True

True.

Methods

Equals(IsUpdateAvailable)

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

Determines if two IsUpdateAvailable values are the same.

Implicit(String to IsUpdateAvailable)

Converts a string to a IsUpdateAvailable.

Inequality(IsUpdateAvailable, IsUpdateAvailable)

Determines if two IsUpdateAvailable values are not the same.

Applies to