RainwayPeerId class
Represents the id of a peer on the Rainway network.
public sealed class RainwayPeerId : IEquatable<RainwayPeerId>
Public Members
| name | description |
|---|---|
| RainwayPeerId(…) | Default ctor |
| Id { get; } | The underlying Id of the peer |
| override Equals(…) | |
| Equals(…) | |
| override GetHashCode() | |
| override ToString() | |
| operator == | |
| implicit operator | Implicitly treats a RainwayPeerId as Int64 (2 operators) |
| operator != |
See Also
- namespace Rainway.SDK
