예제 #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((PictureSize.GetHashCode() * 397) ^ (DevicePath != null ? DevicePath.GetHashCode() : 0));
     }
 }