public override int GetHashCode()
 {
     unchecked
     {
         var result = base.GetHashCode();
         result = (result * 397) ^ ContextTypeName.GetHashCode();
         result = (result * 397) ^ SpecificationFieldName.GetHashCode();
         return(result);
     }
 }
 public override int GetHashCode()
 {
     unchecked
     {
         int result = base.GetHashCode();
         result = (result * 397) ^ BehaviorTypeName.GetHashCode();
         result = (result * 397) ^ SpecificationFieldName.GetHashCode();
         result = (result * 397) ^ SpecificationFieldNameOnContext.GetHashCode();
         return(result);
     }
 }