Example #1
0
                public bool isEqual(MenuItemEnteredRecord value)
                {
                    if (this.getSelection() != value.getSelection())
                    {
                        return(false);
                    }

                    return(true);
                }
Example #2
0
                public bool isEqual(MenuItemEnteredRecord value)
                {
                    if (this.getSelection() != value.getSelection())
                    {
                    return false;
                    }

                    return true;
                }