다음을 통해 공유


RegenerateKeysChannelName.Equality Operator

Definition

Overriding == operator for enum RegenerateKeysChannelName

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

Parameters

e1
RegenerateKeysChannelName

the value to compare against e2

e2
RegenerateKeysChannelName

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to