BotChannelName.Equality(BotChannelName, BotChannelName) Operator

Definition

Determines if two BotChannelName values are the same.

public static bool operator == (Azure.ResourceManager.BotService.Models.BotChannelName left, Azure.ResourceManager.BotService.Models.BotChannelName right);
static member ( = ) : Azure.ResourceManager.BotService.Models.BotChannelName * Azure.ResourceManager.BotService.Models.BotChannelName -> bool
Public Shared Operator == (left As BotChannelName, right As BotChannelName) As Boolean

Parameters

Returns

Applies to