1 2 3 4 5 6 7 8 9 10 11 12 13
// Class contains everything, for delegate comparing.. public class Complex { int field1; String field2; Foo[] field3; static class Foo { } }