Beispiel #1
0
            private protected override bool EqualsCore(Union123 b)
            {
                StringCase stringCase;

                return((object)(stringCase = (b as StringCase)) != null && Item == ((StringCase)b).Item);
            }
Beispiel #2
0
            private protected override bool EqualsCore(Union123 b)
            {
                Test123Case test123Case;

                return((object)(test123Case = (b as Test123Case)) != null && Item == ((Test123Case)b).Item);
            }