次の方法で共有


ServiceEventState.Equality(ServiceEventState, ServiceEventState) Operator

Definition

Overriding == operator for enum ServiceEventState

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

Parameters

e1
ServiceEventState

the value to compare against e2

e2
ServiceEventState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to