Share via


ChatMessageType.Inequality(ChatMessageType, ChatMessageType) Operator

Definition

Determines if two ChatMessageType values are not the same.

public static bool operator != (Azure.Communication.Chat.ChatMessageType left, Azure.Communication.Chat.ChatMessageType right);
static member op_Inequality : Azure.Communication.Chat.ChatMessageType * Azure.Communication.Chat.ChatMessageType -> bool
Public Shared Operator != (left As ChatMessageType, right As ChatMessageType) As Boolean

Parameters

Returns

Applies to