public bool Related(UserItemCount uic) { return(uic.ItemPool.ContainsKey(PoolName)); }
public bool Related(UserItemCount userItemCount) => Name.Contains(userItemCount.ItemName);
public bool Related(UserItemCount userItemCount) => NameCountMap.ContainsKey(userItemCount.ItemName);
public bool Related(UserItemCount userItemCount) => this.Name == userItemCount.ItemName;