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

Name Description
IsPass(String)

Initializes a new instance of IsPass.

Properties

Name Description
False

False.

True

True.

Methods

Name Description
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

Name Description
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