Condividi tramite


LeaseDuration.Equality(LeaseDuration, LeaseDuration) Operator

Definition

Overriding == operator for enum LeaseDuration

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

Parameters

e1
LeaseDuration

the value to compare against e2

e2
LeaseDuration

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to