示例#1
0
 public bool Related(UserItemCount uic)
 {
     return(uic.ItemPool.ContainsKey(PoolName));
 }
示例#2
0
 public bool Related(UserItemCount userItemCount) => Name.Contains(userItemCount.ItemName);
示例#3
0
 public bool Related(UserItemCount userItemCount) => NameCountMap.ContainsKey(userItemCount.ItemName);
示例#4
0
 public bool Related(UserItemCount userItemCount) => this.Name == userItemCount.ItemName;