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

                    if (!this.getCommandMessage().isEqual(value.getCommandMessage()))
                    {
                        return(false);
                    }

                    return(true);
                }
コード例 #2
0
                public bool isEqual(CreateEventRec value)
                {
                    if (this.getRequestID() != value.getRequestID())
                    {
                    return false;
                    }
                    if (this.getMaximumAllowedDuration() != value.getMaximumAllowedDuration())
                    {
                    return false;
                    }

                    if (!this.getCommandMessage().isEqual(value.getCommandMessage()))
                    {
                    return false;
                    }

                    return true;
                }