Delen via


Autosave.Equality(Autosave, Autosave) Operator

Definition

Overriding == operator for enum Autosave

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

Parameters

e1
Autosave

the value to compare against e2

e2
Autosave

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to