Share via


ComputeWeekDay.Equality(ComputeWeekDay, ComputeWeekDay) Operator

Definition

Overriding == operator for enum ComputeWeekDay

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

Parameters

e1
ComputeWeekDay

the value to compare against e2

e2
ComputeWeekDay

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to