TroubleshooterValidationScope.Inequality Operator

Definition

Determines if two TroubleshooterValidationScope values are not the same.

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

Parameters

left
TroubleshooterValidationScope

The left value to compare.

right
TroubleshooterValidationScope

The right value to compare.

Returns

Applies to