MaintenanceScope.Equality(MaintenanceScope, MaintenanceScope) Operator

Definition

Determines if two MaintenanceScope values are the same.

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

Parameters

left
MaintenanceScope

The left value to compare.

right
MaintenanceScope

The right value to compare.

Returns

Applies to