ScheduledActionFileFormat.Inequality Operator

Definition

Determines if two ScheduledActionFileFormat values are not the same.

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

Parameters

left
ScheduledActionFileFormat

The left value to compare.

right
ScheduledActionFileFormat

The right value to compare.

Returns

Applies to