Condividi tramite


ChatAttachmentType.Inequality(ChatAttachmentType, ChatAttachmentType) Operator

Definition

Determines if two ChatAttachmentType values are not the same.

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

Parameters

Returns

Applies to