コード例 #1
0
 public bool IsDuplicate(string artistName)
 {
     return(_artistList.ContainsKey(artistName));
 }