Share via


DayOfWeek.Inequality(DayOfWeek, DayOfWeek) Operator

Definition

Overriding != operator for enum DayOfWeek

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

Parameters

e1
DayOfWeek

the value to compare against e2

e2
DayOfWeek

the value to compare against e1

Returns

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

Applies to