Example #1
0
 public override int GetHashCode()
 {
     if (Project == null)
     {
         return(StepNumber.GetHashCode());
     }
     return(StepNumber.GetHashCode() + Project.GetHashCode());
 }
        public override int GetHashCode()
        {
            int hash = 1;

            if (StoryboardGmtId.Length != 0)
            {
                hash ^= StoryboardGmtId.GetHashCode();
            }
            if (StepNumber != 0L)
            {
                hash ^= StepNumber.GetHashCode();
            }
            if (RequestVersion != 0)
            {
                hash ^= RequestVersion.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }