Megosztás a következőn keresztül:


DigestConfigState.Equality(DigestConfigState, DigestConfigState) Operator

Definition

Overriding == operator for enum DigestConfigState

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

Parameters

e1
DigestConfigState

the value to compare against e2

e2
DigestConfigState

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to