Share via


SapDeploymentType.Equality(SapDeploymentType, SapDeploymentType) Operator

Definition

Overriding == operator for enum SapDeploymentType

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

Parameters

e1
SapDeploymentType

the value to compare against e2

e2
SapDeploymentType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to