| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | May 18 '11 at 15:05 | |
| stats | profile views | 12 |
|
Jan 28 |
awarded | Good Question |
|
Jan 13 |
awarded | Famous Question |
|
Dec 12 |
awarded | Notable Question |
|
Apr 4 |
awarded | Nice Question |
|
Mar 30 |
awarded | Popular Question |
|
Mar 26 |
awarded | Notable Question |
|
Sep 12 |
awarded | Popular Question |
|
Jan 20 |
answered | JBoss5.X out of memory error |
|
Jan 14 |
awarded | Tumbleweed |
|
Jan 7 |
asked | GateIn - Why can't custom portal see all skins? |
|
Dec 20 |
answered | Logging Framework for the ASP.NET application |
|
Dec 17 |
comment |
How to change Java properties at runtime? well if I manage to change the prop and then restart the app through JBoss's Admin Console, the application should read it again, right? |
|
Dec 17 |
asked | How to change Java properties at runtime? |
|
Sep 8 |
awarded | Scholar |
|
Sep 8 |
comment |
Compare two List<T> objects for equality, ignoring order I think this is the simplest approach. I'm using: list1.sort(); list2.sort(); return Enumerable.SequenceEquals(list1, list2); Now I'm having problems in comparing elements. Can you guys give me some pointers? In Java I only have to implement equals or hash, here it doesnt seem to work. Thanks |
|
Sep 8 |
accepted | Compare two List<T> objects for equality, ignoring order |
|
Sep 8 |
awarded | Editor |
|
Sep 8 |
revised |
Compare two List<T> objects for equality, ignoring order added 154 characters in body |
|
Sep 8 |
comment |
Compare two List<T> objects for equality, ignoring order Do I just need to implement the GetHashCode on MyType then? |
|
Sep 8 |
awarded | Student |