Partager via


ResourceUsageUnit.Equality(ResourceUsageUnit, ResourceUsageUnit) Operator

Definition

Overriding == operator for enum ResourceUsageUnit

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

Parameters

e1
ResourceUsageUnit

the value to compare against e2

e2
ResourceUsageUnit

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to