CustomHttpsProvisioningSubstate.Equality Operator

Definition

Overriding == operator for enum CustomHttpsProvisioningSubstate

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

Parameters

e1
CustomHttpsProvisioningSubstate

the value to compare against e2

e2
CustomHttpsProvisioningSubstate

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to