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