Share via


AutoRebuildSetting.Equality(AutoRebuildSetting, AutoRebuildSetting) Operator

Definition

Overriding == operator for enum AutoRebuildSetting

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

Parameters

e1
AutoRebuildSetting

the value to compare against e2

e2
AutoRebuildSetting

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to