Example #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = 17;
         hash = hash * 23 + Name.GetHashCode();
         hash = hash * 23 + ((FFieldtype != null) ? FFieldtype.GetHashCode() : FTypestring.GetHashCode());
         hash = hash * 23 + ContainerType.GetHashCode();
         return(hash);
     }
 }
 public override int GetHashCode()
 {
     return(313
            ^ 317 * ContainerType.GetHashCode()
            ^ 317 * Uri.GetHashCode());
 }