示例#1
0
 public bool ReisenEquals(Object o)
 {
     // Don't check the result of Equals
     // but check the LoadState of the relation
     return(dieReisen.Equals(o));
 }