TroubleshooterProvisioningState.Inequality Operator

Definition

Determines if two TroubleshooterProvisioningState values are not the same.

public static bool operator !=(Azure.ResourceManager.SelfHelp.Models.TroubleshooterProvisioningState left, Azure.ResourceManager.SelfHelp.Models.TroubleshooterProvisioningState right);
static member op_Inequality : Azure.ResourceManager.SelfHelp.Models.TroubleshooterProvisioningState * Azure.ResourceManager.SelfHelp.Models.TroubleshooterProvisioningState -> bool
Public Shared Operator != (left As TroubleshooterProvisioningState, right As TroubleshooterProvisioningState) As Boolean

Parameters

left
TroubleshooterProvisioningState

The left value to compare.

right
TroubleshooterProvisioningState

The right value to compare.

Returns

Applies to