IsUpdateAvailable Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET