예제 #1
0
 public bool Equals(PicturesCacheKey other)
 {
     return(PictureSize.Equals(other.PictureSize) && string.Equals(DevicePath, other.DevicePath));
 }