Esempio n. 1
0
                    public bool isEqual(EventIDRec value)
                    {
                        if (this.getEventID() != value.getEventID())
                        {
                            return(false);
                        }

                        return(true);
                    }
Esempio n. 2
0
                    public bool isEqual(EventIDRec value)
                    {
                        if (this.getEventID() != value.getEventID())
                        {
                        return false;
                        }

                        return true;
                    }