次の方法で共有


ReservationReportSchema.Equality Operator

Definition

Overriding == operator for enum ReservationReportSchema

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReservationReportSchema e1, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReservationReportSchema e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReservationReportSchema * Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReservationReportSchema -> bool
Public Shared Operator == (e1 As ReservationReportSchema, e2 As ReservationReportSchema) As Boolean

Parameters

e1
ReservationReportSchema

the value to compare against e2

e2
ReservationReportSchema

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to