GeoRedundantBackup.Inequality(GeoRedundantBackup, GeoRedundantBackup) Operator

Definition

Overriding != operator for enum GeoRedundantBackup

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

Parameters

e1
GeoRedundantBackup

the value to compare against e2

e2
GeoRedundantBackup

the value to compare against e1

Returns

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

Applies to