- Timestamp:
- 01/15/09 20:04:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.DB.Interfaces/Entity.cs
r552 r1151 35 35 } 36 36 37 public override string ToString() { 38 return Uri; 39 } 40 37 41 public override bool Equals(object obj) { 38 42 if(this == obj) return true;
Note: See TracChangeset
for help on using the changeset viewer.