Condividi tramite


ImdsAttestation.Inequality(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 op_Inequality : 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 not equal to the same value

Applies to