Bagikan melalui


CaptureIdentityType.Inequality Operator

Definition

Overriding != operator for enum CaptureIdentityType

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

Parameters

e1
CaptureIdentityType

the value to compare against e2

e2
CaptureIdentityType

the value to compare against e1

Returns

true if the two instances are not equal to the same value

Applies to