2 using System.Collections.Immutable;
30 OtherMatchingIds = otherIds.Where(
id => !accountId.ValueEquals(
id)).ToImmutableArray();
36 public override bool Equals(
object? obj)
readonly ImmutableArray< AccountId > OtherMatchingIds
Other user IDs that this user might be closely tied to, such as the owner of the current copy of Baro...
AccountInfo(AccountId accountId, params AccountId[] otherIds)
bool Matches(AccountId accountId)
readonly Option< AccountId > AccountId
The primary ID for a given user
static readonly AccountInfo None
override int GetHashCode()
override bool Equals(object? obj)
static bool operator==(AccountInfo a, AccountInfo b)
AccountInfo(Option< AccountId > accountId, params AccountId[] otherIds)
static bool operator!=(AccountInfo a, AccountInfo b)