예제 #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;