Partilhar via


ImdsAttestation.Equality(ImdsAttestation, ImdsAttestation) Operator

Definition

Overriding == operator for enum ImdsAttestation

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

Parameters

e1
ImdsAttestation

the value to compare against e2

e2
ImdsAttestation

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to