.NET SDK - PeerId

PeerId class

Transparent type that represents a peer identifier. Equivalent to Int64.

public sealed class PeerId : IEquatable<long>, IEquatable<PeerId>

Public Members

namedescription
Value { get; }Underlying value of this identifier.
override Equals(…)
Equals(…)(2 methods)
override GetHashCode()
override ToString()
implicit operator(2 operators)

See Also