コード例 #1
0
                    public bool isEqual(EventIDRec value)
                    {
                        if (this.getEventID() != value.getEventID())
                        {
                            return(false);
                        }

                        return(true);
                    }
コード例 #2
0
ファイル: QueryEvents.cs プロジェクト: nikola-v/jaustoolset
                    public bool isEqual(EventIDRec value)
                    {
                        if (this.getEventID() != value.getEventID())
                        {
                        return false;
                        }

                        return true;
                    }