PeerID
Struct that represents the identifiers of other peers in the room....
Declaration
public readonly struct PeerID : ValueType, IEquatable<PeerID>Summary
Struct that represents the identifiers of other peers in the room. Can be compared with other PeerIDs and used as Keys in Dictionaries.
Constructors
public PeerID(uint id)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Identifier | Guid | - |
Fields
| Name | Type | Summary |
|---|---|---|
| static InvalidID | PeerID | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Equals | bool | - |
| GetHashCode | int | - |
| ToString | string | - |
| ToUint32 | uint | - |
Operators
| Name | Type | Summary |
|---|---|---|
| static != | bool | - |
| static == | bool | - |
Relationships
implements: System.IEquatable