ReservationReportSchema.Inequality Operator

Definition

Determines if two ReservationReportSchema values are not the same.

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

Parameters

left
ReservationReportSchema

The left value to compare.

right
ReservationReportSchema

The right value to compare.

Returns

Applies to