DayOfWeek.Inequality(DayOfWeek, DayOfWeek) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overriding != operator for enum DayOfWeek
public static bool operator != (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek e1, Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek e2);
static member op_Inequality : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek * Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DayOfWeek -> bool
Public Shared Operator != (e1 As DayOfWeek, e2 As DayOfWeek) As Boolean
- e1
- DayOfWeek
the value to compare against e2
- e2
- DayOfWeek
the value to compare against e1
true
if the two instances are not equal to the same value
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |