共用方式為


DatabaseRouting.Equality(DatabaseRouting, DatabaseRouting) Operator

Definition

Overriding == operator for enum DatabaseRouting

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

Parameters

e1
DatabaseRouting

the value to compare against e2

e2
DatabaseRouting

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to