TroubleshooterValidationScope.Equality Operator

Definition

Determines if two TroubleshooterValidationScope values are the same.

public static bool operator ==(Azure.ResourceManager.SelfHelp.Models.TroubleshooterValidationScope left, Azure.ResourceManager.SelfHelp.Models.TroubleshooterValidationScope right);
static member ( = ) : 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