コード例 #1
0
 public bool HasChanged(IHasRemoteImage copy)
 {
     return copy.RemoteImagePath != this.RemoteImagePath;
 }
コード例 #2
0
 public bool HasChanged(IHasRemoteImage copy)
 {
     return(copy.RemoteImagePath != this.RemoteImagePath);
 }