Share via


SapDatabaseType.Inequality(SapDatabaseType, SapDatabaseType) Operator

Definition

Overriding != operator for enum SapDatabaseType

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

Parameters

e1
SapDatabaseType

the value to compare against e2

e2
SapDatabaseType

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to