DatabaseShareOrigin.Equality(DatabaseShareOrigin, DatabaseShareOrigin) Operator

Definition

Overriding == operator for enum DatabaseShareOrigin

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

Parameters

e1
DatabaseShareOrigin

the value to compare against e2

e2
DatabaseShareOrigin

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to