Share via


CommunicationMessagesChannelType Struct

Definition

The ChannelType.

public readonly struct CommunicationMessagesChannelType : IEquatable<Azure.Communication.Messages.CommunicationMessagesChannelType>
type CommunicationMessagesChannelType = struct
Public Structure CommunicationMessagesChannelType
Implements IEquatable(Of CommunicationMessagesChannelType)
Inheritance
CommunicationMessagesChannelType
Implements

Constructors

CommunicationMessagesChannelType(String)

Initializes a new instance of CommunicationMessagesChannelType.

Properties

WhatsApp

whatsApp.

Methods

Equals(CommunicationMessagesChannelType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(CommunicationMessagesChannelType, CommunicationMessagesChannelType)

Determines if two CommunicationMessagesChannelType values are the same.

Implicit(String to CommunicationMessagesChannelType)

Converts a string to a CommunicationMessagesChannelType.

Inequality(CommunicationMessagesChannelType, CommunicationMessagesChannelType)

Determines if two CommunicationMessagesChannelType values are not the same.

Applies to