StrippedFlag 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.
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. |