Returns a fresh AccountGroupId holding the same value.
Returns true when both ids refer to the same group.
StaticDEFAULTReturns the reserved default account group (0).
StaticfromBuilds a group id from a 32-bit integer.
Throws ParamError when value is 0 (the reserved default group).
StaticfromBuilds a group id by FNV-1a-32 hashing a non-empty string.
The hash never collides with the reserved default group.
Throws ParamError when value is empty or whitespace-only.
Account-group identifier (32-bit). Group
0is the reserved default.