Udostępnij za pośrednictwem


SapConfigurationType.Equality Operator

Definition

Overriding == operator for enum SapConfigurationType

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

Parameters

e1
SapConfigurationType

the value to compare against e2

e2
SapConfigurationType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to