Exemplo n.º 1
0
 protected bool Equals(ReleaseMediumPreferences other)
 {
     return(string.Equals(Directory, other.Directory) && string.Equals(FileName, other.FileName));
 }
Exemplo n.º 2
0
 protected bool Equals(ReleaseMediumPreferences other)
 {
     return string.Equals(Directory, other.Directory) && string.Equals(FileName, other.FileName);
 }
Exemplo n.º 3
0
 public void CopyFrom(ReleaseMediumPreferences other)
 {
     Directory = other.Directory;
     FileName  = other.FileName;
 }
Exemplo n.º 4
0
 public void CopyFrom(ReleaseMediumPreferences other)
 {
     Directory = other.Directory;
     FileName = other.FileName;
 }