Advertisement
Advertisement
| 01.23.2008 at 11:24AM PST, ID: 23105524 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: |
public class foo {
public Guid Id;
public static bool operator ==(foo f1, foo f2) {
return f1.Id == f2.Id;
}
}
|