Share via


BackupScheduleType.Inequality(BackupScheduleType, BackupScheduleType) Operator

Definition

Overriding != operator for enum BackupScheduleType

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

Parameters

e1
BackupScheduleType

the value to compare against e2

e2
BackupScheduleType

the value to compare against e1

Returns

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

Applies to