IsPass Struct

Definition

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