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
IsRecommendSolution(String) |
Initializes a new instance of IsRecommendSolution. |
Properties
False |
This solution is not the recommended. |
True |
This solution is the recommended. |
Methods
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
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. |
Applies to
Azure SDK for .NET