KeyType.Equality(KeyType, KeyType) Operator

Definition

Overriding == operator for enum KeyType

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

Parameters

e1
KeyType

the value to compare against e2

e2
KeyType

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to