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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET