Example #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((attributes != null ? attributes.GetHashCode() : 0) * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0));
     }
 }
Example #2
0
 public override int GetHashCode()
 {
     unchecked
     {
         {
             return((base.GetHashCode() * 397) ^ (attributes != null ? attributes.GetHashCode() : 0));
         }
     }
 }
Example #3
0
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (columns != null ? columns.GetHashCode() : 0);
         result = (result * 397) ^ (attributes != null ? attributes.GetHashCode() : 0);
         result = (result * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0);
         return(result);
     }
 }
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (filterName != null ? filterName.GetHashCode() : 0);
         result = (result * 397) ^ (condition != null ? condition.GetHashCode() : 0);
         result = (result * 397) ^ (attributes != null ? attributes.GetHashCode() : 0);
         return(result);
     }
 }
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (properties != null ? properties.GetHashCode() : 0);
         result = (result * 397) ^ (manyToOnes != null ? manyToOnes.GetHashCode() : 0);
         result = (result * 397) ^ (attributes != null ? attributes.GetHashCode() : 0);
         result = (result * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0);
         return(result);
     }
 }
 public override int GetHashCode()
 {
     unchecked
     {
         int result = (attributes != null ? attributes.GetHashCode() : 0);
         result = (result * 397) ^ (filters != null ? filters.GetHashCode() : 0);
         result = (result * 397) ^ (ContainingEntityType != null ? ContainingEntityType.GetHashCode() : 0);
         result = (result * 397) ^ (Member != null ? Member.GetHashCode() : 0);
         return(result);
     }
 }
 public override int GetHashCode()
 {
     return(attributes != null ? attributes.GetHashCode() : 0);
 }