예제 #1
0
                public bool isEqual(RequestControlRec value)
                {
                    if (this.getAuthorityCode() != value.getAuthorityCode())
                    {
                        return(false);
                    }

                    return(true);
                }
예제 #2
0
                public bool isEqual(RequestControlRec value)
                {
                    if (this.getAuthorityCode() != value.getAuthorityCode())
                    {
                    return false;
                    }

                    return true;
                }