Table of Contents

PlayerAccountId

struct in Coherence.Cloud

A globally unique identifier for a PlayerAccount.

Remarks

This id is generated on the coherence Cloud backend when logging in to coherence Cloud for the first time.

The id will always remains the same, regardless of the identities are linked to it and unlinked from it after its creation.

Fields
None

Represents the lack of an id.

Methods
Deserialize

Converts the previously serializedstring representation of a PlayerAccountId back into a PlayerAccountId.

Equals
GetHashCode
Serialize

Converts the given PlayerAccountId into a string. The returned string value can be persisted on disk, and later converted back into a PlayerAccountId. >

ToString
Operators
op_Equality
op_Implicit
op_Inequality