共用方式為


BlobStorageEventType.Equality Operator

Definition

Overriding == operator for enum BlobStorageEventType

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

Parameters

e1
BlobStorageEventType

the value to compare against e2

e2
BlobStorageEventType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to