Struct GPUserId
- Namespace
- MoonBark.GridPlacement.Core.Types
- Assembly
- MoonBark.GridPlacement.Core.dll
public readonly record struct GPUserId : IEquatable<GPUserId>
- Implements
- Inherited Members
Constructors
GPUserId(Guid)
public GPUserId(Guid Value)
Parameters
ValueGuid
Fields
Empty
public static readonly GPUserId Empty
Field Value
Properties
IsEmpty
public bool IsEmpty { get; }
Property Value
Value
public Guid Value { get; init; }
Property Value
Methods
New()
public static GPUserId New()