Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((attributes != null ? attributes.GetHashCode() : 0) * 397) ^ (Member != null ? Member.GetHashCode() : 0));
     }
 }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((attributes != null ? attributes.GetHashCode() : 0) * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0));
     }
 }
 public override int GetHashCode()
 {
     unchecked
     {
         return(((attributes != null ? attributes.GetHashCode() : 0) * 397) ^ (parameters != null ? parameters.GetHashCode() : 0));
     }
 }
Exemplo n.º 4
0
 public override int GetHashCode()
 {
     unchecked
     {
         {
             return((base.GetHashCode() * 397) ^ (attributes != null ? attributes.GetHashCode() : 0));
         }
     }
 }
Exemplo n.º 5
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (attributes != null ? attributes.GetHashCode() : 0);
         result = (result * 397) ^ (columns != null ? columns.GetHashCode() : 0);
         result = (result * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0);
         return(result);
     }
 }
Exemplo n.º 6
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (classes != null ? classes.GetHashCode() : 0);
         result = (result * 397) ^ (filters != null ? filters.GetHashCode() : 0);
         result = (result * 397) ^ (imports != null ? imports.GetHashCode() : 0);
         result = (result * 397) ^ (attributes != null ? attributes.GetHashCode() : 0);
         return(result);
     }
 }
Exemplo n.º 7
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (attributes != null ? attributes.GetHashCode() : 0);
         result = (result * 397) ^ (typeColumns != null ? typeColumns.GetHashCode() : 0);
         result = (result * 397) ^ (identifierColumns != null ? identifierColumns.GetHashCode() : 0);
         result = (result * 397) ^ (metaValues != null ? metaValues.GetHashCode() : 0);
         result = (result * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0);
         return(result);
     }
 }
 public override int GetHashCode()
 {
     unchecked
     {
         return(((columns != null ? columns.GetHashCode() : 0) * 397) ^ (attributes != null ? attributes.GetHashCode() : 0));
     }
 }
Exemplo n.º 9
0
 public override int GetHashCode()
 {
     return(attributes != null ? attributes.GetHashCode() : 0);
 }