Freigeben über


CreateModeForUpdate.Equality(CreateModeForUpdate, CreateModeForUpdate) Operator

Definition

Overriding == operator for enum CreateModeForUpdate

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

Parameters

e1
CreateModeForUpdate

the value to compare against e2

e2
CreateModeForUpdate

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to