Example #1
0
 public override bool Equals(MetaDataCacheKey other)
 {
     return(this.Equals(other as PlaylistMetaDataCacheKey));
 }
Example #2
0
 public override bool Equals(MetaDataCacheKey other)
 {
     return(this.Equals(other as LibraryMetaDataCacheKey));
 }