Share via


RegistrationState.Equality(RegistrationState, RegistrationState) Operator

Definition

Overriding == operator for enum RegistrationState

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

Parameters

e1
RegistrationState

the value to compare against e2

e2
RegistrationState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to