Share via


RackSkuProvisioningState.Equality Operator

Definition

Overriding == operator for enum RackSkuProvisioningState

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

Parameters

e1
RackSkuProvisioningState

the value to compare against e2

e2
RackSkuProvisioningState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to