Freigeben über


AutoStartEnableStatus.Equality Operator

Definition

Overriding == operator for enum AutoStartEnableStatus

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

Parameters

e1
AutoStartEnableStatus

the value to compare against e2

e2
AutoStartEnableStatus

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to