IsPass 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.
Indicates whether all the resource(s) are compliant.
public readonly struct IsPass : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.IsPass>
type IsPass = struct
Public Structure IsPass
Implements IEquatable(Of IsPass)
- Inheritance
-
IsPass
- Implements
Constructors
IsPass(String) |
Initializes a new instance of IsPass. |
Properties
False |
False. |
True |
True. |
Methods
Equals(IsPass) |
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(IsPass, IsPass) |
Determines if two IsPass values are the same. |
Implicit(String to IsPass) |
Converts a string to a IsPass. |
Inequality(IsPass, IsPass) |
Determines if two IsPass values are not the same. |