IsRecommendSolution 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 this solution is the recommended.
public readonly struct IsRecommendSolution : IEquatable<Azure.ResourceManager.AppComplianceAutomation.Models.IsRecommendSolution>
type IsRecommendSolution = struct
Public Structure IsRecommendSolution
Implements IEquatable(Of IsRecommendSolution)
- Inheritance
-
IsRecommendSolution
- Implements
Constructors
| Name | Description |
|---|---|
| IsRecommendSolution(String) |
Initializes a new instance of IsRecommendSolution. |
Properties
| Name | Description |
|---|---|
| False |
This solution is not the recommended. |
| True |
This solution is the recommended. |
Methods
| Name | Description |
|---|---|
| Equals(IsRecommendSolution) |
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
| Name | Description |
|---|---|
| Equality(IsRecommendSolution, IsRecommendSolution) |
Determines if two IsRecommendSolution values are the same. |
| Implicit(String to IsRecommendSolution) |
Converts a String to a IsRecommendSolution. |
| Inequality(IsRecommendSolution, IsRecommendSolution) |
Determines if two IsRecommendSolution values are not the same. |