Freigeben über


CommunicationIdentifier Class

Definition

Represents an identifier in Azure Communication Services.

public abstract class CommunicationIdentifier : IEquatable<Azure.Communication.CommunicationIdentifier>
type CommunicationIdentifier = class
    interface IEquatable<CommunicationIdentifier>
Public MustInherit Class CommunicationIdentifier
Implements IEquatable(Of CommunicationIdentifier)
Inheritance
CommunicationIdentifier
Derived
Implements

Constructors

Name Description
CommunicationIdentifier()

Properties

Name Description
RawId

Returns the canonical string representation of the CommunicationIdentifier. You can use the RawId for encoding the identifier and then use it as a key in a database.

Methods

Name Description
Equals(CommunicationIdentifier)

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

FromRawId(String)

Creates a CommunicationIdentifier from a given rawId. When storing rawIds, use this function to restore the identifier that was encoded in the rawId.

GetHashCode()

Serves as the default hash function.

Operators

Name Description
Equality(CommunicationIdentifier, CommunicationIdentifier)

Overrides the equality operator.

Inequality(CommunicationIdentifier, CommunicationIdentifier)

Overrides the non-equality operator.

Applies to